-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 940 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
{
"name": "vtuberwiki-sdk",
"version": "0.0.7",
"description": "The sdk for the vtubers.wiki website!",
"main": "lib/index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "ts-node tests/index.ts",
"build": "tsc",
"create": "npm run build && npm publish && git add . && git commit -m \"update: Automatically published\" && git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vtuberwiki/node-sdk.git"
},
"bugs": {
"url": "https://github.com/vtuberwiki/node-sdk/issues"
},
"homepage": "https://vtubers.wiki/sdk/node",
"keywords": [
"developer",
"vtuber",
"vtubers",
"wiki",
"sdk",
"software",
"web"
],
"author": "withervt",
"license": "GPL-3.0",
"devDependencies": {
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"dependencies": {
"axios": "^1.6.2",
"developer-toolkit-utils": "^1.0.9"
}
}