-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 958 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
{
"name": "@_koii/namespace-wrapper",
"version": "1.0.21",
"description": "Koii Task Utility Package",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --fix",
"build": "tsc",
"clean": "rm -rf dist",
"start": "node dist/index.js"
},
"author": "Koii Network",
"license": "ISC",
"devDependencies": {
"@types/bs58": "^4.0.4",
"@types/express": "^4.17.21",
"@types/nedb": "^1.8.16",
"@types/node": "^22.0.0",
"eslint": "^9.8.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.3.2",
"typescript": "^5.4.5"
},
"dependencies": {
"@_koii/web3.js": "^0.1.11",
"axios": "^1.7.2",
"body-parser": "^1.20.2",
"dotenv": "^16.3.0",
"express": "^4.18.1",
"nedb-promises": "^6.2.3"
}
}