forked from rheehot/ArcaeaDataCrawler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 794 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
{
"name": "arcaea-crawler",
"version": "1.0.7",
"description": "You can get play data of Arcaea to easy",
"main": "dist/index.js",
"types": "dist/index.d.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsc && node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rhea-so/ArcaeaDataCrawler.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rhea-so/ArcaeaDataCrawler/issues"
},
"homepage": "https://github.com/rhea-so/ArcaeaDataCrawler#readme",
"dependencies": {
"@types/node": "^14.0.11",
"request": "^2.88.2"
},
"devDependencies": {
"@types/request": "^2.48.5"
}
}