forked from solana-labs/solana-web3.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 883 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
{
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "turbo run build",
"lint": "turbo run test:lint",
"publish-packages": "turbo run publish-packages",
"test": "turbo run test:unit:browser test:unit:node",
"test:live-with-test-validator": "turbo run test:live-with-test-validator",
"test:live-with-test-validator:setup": "./scripts/setup-test-validator.sh"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.6.5",
"@solana/eslint-config-solana": "^1.0.1",
"@solana/prettier-config-solana": "^0.0.2",
"commitlint": "^17.6.5",
"eslint-config-turbo": "^0.0.7",
"turbo": "^1.9.1"
},
"engines": {
"node": ">=14.0.0"
},
"packageManager": "[email protected]",
"prettier": "@solana/prettier-config-solana"
}