-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.1 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
{
"name": "heng-sign-js",
"version": "0.1.0",
"main": "index.js",
"scripts": {
"build": "tsc",
"format": "prettier --write index.ts",
"check:format": "prettier --check index.ts",
"lint": "eslint index.ts --fix",
"check:lint": "eslint index.ts -f codeframe"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThinkSpiritLab/heng-sign-js.git"
},
"author": "ThinkSpirit Developers",
"license": "MIT",
"dependencies": {
"axios": "^0.27.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.2",
"typescript": "^4.6.4"
},
"bugs": {
"url": "https://github.com/ThinkSpiritLab/heng-sign-js/issues"
},
"homepage": "https://github.com/ThinkSpiritLab/heng-sign-js#readme",
"keywords": [],
"description": ""
}