-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 974 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"devDependencies": {
"typescript": "^4.8.4"
},
"name": "nekonya.js",
"description": "NPM package for NekoNya API.",
"version": "1.2.8",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*"
],
"scripts": {
"test": "npm run build && node test/index",
"build": "tsc",
"release": "npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NekoNyaDevs/nekonya.js.git"
},
"keywords": [
"nekonya",
"anime",
"images",
"api",
"random",
"random-images",
"neko",
"hug",
"pat",
"pats",
"hugs",
"kiss",
"kisses"
],
"author": "TheDogHusky <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/NekoNyaDevs/nekonya.js/issues"
},
"homepage": "https://github.com/NekoNyaDevs/nekonya.js#readme",
"dependencies": {
"@types/node-fetch": "^2.6.2",
"node-fetch": "^2.6.7"
}
}