-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 902 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
{
"name": "hog-requester",
"version": "1.0.0",
"description": "Requester for running HearthStoneOnGolem",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p . && mkdir -p ./dist/input"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChrisHelmsC/hog-requester.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ChrisHelmsC/hog-requester/issues"
},
"homepage": "https://github.com/ChrisHelmsC/hog-requester#readme",
"dependencies": {
"dayjs": "^1.10.4",
"fs-extra": "^9.1.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.4",
"ya-ts-client": "^0.4.0",
"yajsapi": "^0.3.2"
},
"devDependencies": {
"@types/fs-extra": "^9.0.11",
"@types/js-sha512": "^0.7.0",
"@types/jsrsasign": "^8.0.10",
"@types/node": "^14.14.37"
}
}