forked from pinetwork-js/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.68 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
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@pinetwork-js/sdk",
"description": "Unofficial Pi Network SDK",
"version": "0.3.1",
"main": "build/index.js",
"prettier": "@pinetwork-js/prettier-config",
"scripts": {
"prepack": "yarn build",
"build": "rimraf build && tsc",
"lint": "eslint . --ext ts",
"lint-fix": "yarn lint --fix",
"format": "prettier . --write",
"mrm": "mrm --preset @pinetwork-js/mrm-preset"
},
"author": "Brewal Derouet <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/PiNetwork-js/sdk.git"
},
"homepage": "https://github.com/PiNetwork-js/sdk#readme",
"bugs": {
"url": "https://github.com/PiNetwork-js/sdk/issues"
},
"dependencies": {
"axios": "^0.21.1"
},
"devDependencies": {
"@microsoft/tsdoc": "^0.13.2",
"@pinetwork-js/api-typing": "^0.3.0",
"@pinetwork-js/eslint-config": "^0.1.1",
"@pinetwork-js/mrm-preset": "^0.1.2",
"@pinetwork-js/prettier-config": "^0.1.0",
"@types/node": "^16.6.0",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-node": "^0.3.5",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-sonarjs": "^0.9.1",
"eslint-plugin-tsdoc": "^0.2.14",
"eslint-plugin-unicorn": "^35.0.0",
"mrm": "^3.0.8",
"prettier": "^2.3.2",
"rimraf": "^3.0.2",
"typescript": "^4.3.5"
},
"files": [
"build"
],
"keywords": [
"pi",
"Pi Network",
"sdk",
"minepi",
"pinetwork-js"
]
}