-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 933 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
42
43
{
"name": "hidabroot",
"version": "0.8.1-beta",
"description": "An unofficial API for hidabroot",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
"test": "mocha ./test/allTests.test.ts",
"build": "tsc",
"deploy": "npm publish"
},
"keywords": [
"typescript",
"api",
"hidabroot"
],
"author": "ronuss",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/itsrn/hidabroot"
},
"devDependencies": {
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"@types/node": "^16.10.2",
"chai": "^4.3.8",
"mocha": "^10.2.0",
"ts-node": "^10.9.1",
"tslint": "^6.1.3",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=8"
},
"dependencies": {
"@testdeck/mocha": "^0.3.3",
"cheerio": "^1.0.0-rc.12",
"hidabroot": "^0.8.0-beta",
"nyc": "^15.1.0",
"ts-mockito": "^2.6.1"
}
}