-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
33 lines (33 loc) · 1.06 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
{
"name": "@hubbleprotocol/hubble-common",
"description": "Hubble Protocol common packages and utilities",
"private": true,
"scripts": {
"bootstrap": "npx lerna bootstrap --hoist && npx lerna run build",
"clean": "npx lerna clean -y && rm -rf node_modules",
"publish": "npx lerna publish",
"test": "npx ts-mocha 'packages/hubble-sdk/tests/sdk.test.ts'",
"format": "prettier --write '{**/*,*}.{js,ts,jsx,tsx}'",
"format:check": "prettier --check '{**/*,*}.{js,ts,jsx,tsx}'"
},
"devDependencies": {
"@types/bn.js": "^5.1.5",
"@types/bs58": "^4.0.4",
"@types/chai-as-promised": "^7.1.4",
"@types/mocha": "^10.0.7",
"@types/node": "^22.0.0",
"@types/node-fetch": "^2.6.11",
"@types/sinon": "^10.0.13",
"anchor-client-gen": "^0.28.1",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"chai-decimaljs": "^0.0.1",
"lerna": "^4.0.0",
"mocha": "^10.2.0",
"mocha-sinon": "^2.1.2",
"prettier": "^3.3.2",
"start-server-and-test": "^1.11.6",
"ts-mocha": "^10.0.0",
"typescript": "^5.5.4"
}
}