-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.11 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
{
"author": "ThinkSpirit Developers",
"bugs": {
"url": "https://github.com/ThinkSpiritLab/heng-sign-js/issues"
},
"dependencies": {
"axios": "^1.7.9"
},
"description": "",
"devDependencies": {
"@types/node": "^22.10.2",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-plugin-prettier": "^5.2.1",
"jiti": "^2.4.2",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.19.0"
},
"homepage": "https://github.com/ThinkSpiritLab/heng-sign-js#readme",
"keywords": [],
"license": "MIT",
"main": "index.js",
"name": "heng-sign-js",
"repository": {
"type": "git",
"url": "git+https://github.com/ThinkSpiritLab/heng-sign-js.git"
},
"scripts": {
"build": "tsc -p tsconfig.build.json",
"check:format": "prettier --check .",
"check:lint": "eslint -f codeframe",
"format": "prettier --write .",
"lint": "eslint --fix"
},
"type": "module",
"version": "1.0.0"
}