-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.44 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.44 KB
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
{
"name": "nodejs-web3-starter",
"version": "0.1.0",
"description": "Development starter kit for web3 node.js apps",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com:dgma/nodejs-web3-starter.git"
},
"bugs": {
"url": "https://github.com:dgma/nodejs-web3-starter/issues"
},
"homepage": "https://github.com:dgma/nodejs-web3-starter#readme",
"keywords": [
"node.js",
"ts",
"web3",
"kit",
"viem"
],
"author": "Dogma Labs",
"license": "SEE LICENSE IN LICENSE",
"engines": {
"node": ">=20.11.0"
},
"type": "module",
"scripts": {
"prepare": "husky"
},
"dependencies": {
"@dotenvx/dotenvx": "^1.7.0",
"tsx": "^4.17.0",
"typescript": "^5.4.5",
"viem": "^2.19.3"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.14.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.2.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"lint-staged": "^15.2.5",
"prettier": "^3.3.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2"
}
}