-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 957 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
{
"name": "vacefron",
"version": "3.4.0",
"description": "A wrapper for the VACEfron API in TypeScript.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"api",
"wrapper",
"api-wrapper",
"vacefron",
"typescript"
],
"homepage": "https://github.com/Sidemen19/VACEfron.js",
"repository": {
"url": "https://github.com/Sidemen19/VACEfron.js"
},
"bugs": {
"url": "https://github.com/Sidemen19/VACEfron.js/issues",
"email": "[email protected]"
},
"author": "Sidemen19",
"license": "MIT",
"dependencies": {
"@types/node": "^14.11.10",
"@types/node-fetch": "^2.5.7",
"node-fetch": "^2.6.1",
"tslib": "^2.0.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"eslint": "^7.16.0",
"typescript": "^4.1.3"
}
}