forked from ferjul17/smos_api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 948 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 948 Bytes
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
{
"name": "smos_api",
"version": "0.3.2",
"description": "Reverse engineered API for Simple Mining OS",
"main": "index.js",
"dependencies": {
"puppeteer": "^1.1.1",
"request": "^2.83.0",
"request-promise-native": "^1.0.5",
"tough-cookie": "^2.3.3"
},
"devDependencies": {
"@types/es6-promise": "0.0.33",
"@types/mocha": "^2.2.48",
"@types/nock": "^9.1.2",
"@types/puppeteer": "^1.0.0",
"@types/request": "^2.47.0",
"@types/request-promise-native": "^1.0.13",
"@types/tough-cookie": "^2.3.2",
"mocha": "^5.0.1",
"nock": "^9.1.10",
"tslint": "^5.9.1",
"typescript": "^2.7.2"
},
"scripts": {
"test": "mocha",
"lint": "tslint 'lib/**/*.ts'"
},
"author": "Julien Ferrier",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ferjul17/smos_api.git"
},
"bugs": {
"url": "http://github.com/ferjul17/smos_api/issues"
}
}