-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.08 KB
/
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
48
{
"dependencies": {
"axios": "^0.21.1",
"hermitpurple": "^0.2.0"
},
"name": "vtuber-wiki",
"description": "vTuber info scapper for wiki",
"version": "1.1.5",
"main": "dist/index.js",
"types": "dist",
"files": [
"dist"
],
"directories": {
"test": "test"
},
"devDependencies": {
"@types/node": "^16.4.13",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"eslint": "^7.32.0",
"prettier": "^2.3.2"
},
"scripts": {
"test": "npm test",
"build": "tsc -p .",
"prepublish": "npm run build",
"prettier-format": "prettier --config .prettierrc \"src/**/*.ts\" --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TentacleSama4254/vTuber-wiki.git"
},
"keywords": [
"vtuber",
"hololive",
"nijisanji",
"wiki",
"scrapper",
"fandom"
],
"author": "TentacleSama:3",
"license": "ISC",
"bugs": {
"url": "https://github.com/TentacleSama4254/vTuber-wiki/issues"
},
"homepage": "https://github.com/TentacleSama4254/vTuber-wiki#readme"
}