-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.3 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
{
"name": "pnetwork",
"version": "0.9.0",
"license": "MIT",
"scripts": {
"prepare": "husky install",
"changeset-version": "changeset version && npm i --package-lock-only"
},
"private": true,
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@commitlint/config-conventional": "^17.6.3",
"@nrwl/js": "^15.6.3",
"@secretlint/secretlint-rule-preset-recommend": "^7.0.7",
"@secretlint/secretlint-rule-privatekey": "^7.0.7",
"@secretlint/secretlint-rule-secp256k1-privatekey": "^7.0.7",
"@shelf/jest-mongodb": "^4.1.7",
"@types/jest": "^29.4.0",
"@types/node": "^14.11.2",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"commitlint": "^17.6.3",
"eslint": "^8.33.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-node": "^11.1.0",
"gts": "^3.1.1",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jsdoc": "^4.0.0",
"lint-staged": "^13.2.2",
"mocha": "^10.2.0",
"mongodb-memory-server": "^8.11.4",
"nx": "15.9.7",
"nyc": "^15.1.0",
"prettier": "^2.6.2",
"prettier-plugin-solidity": "^1.1.3",
"rewire": "^6.0.0",
"secretlint": "^7.0.7",
"typescript": "^4.9.5"
},
"workspaces": [
"packages/*"
],
"overrides": {
"serialize-javascript": "6.0.2"
}
}