-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
41 lines (41 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
34
35
36
37
38
39
40
41
{
"version": "0.7.21",
"private": true,
"scripts": {
"test": "pnpm --filter '@solana-suite/*' test:all",
"build": "pnpm turbo build --no-daemon",
"clean": "pnpm turbo clean --no-daemon && rm -rf node_modules pnpm-lock.yaml && pnpm i && pnpm turbo build --no-daemon",
"preinstall": "npx only-allow pnpm",
"publish": "pnpm --filter '@solana-suite/*' publish --no-git-checks"
},
"workspaces": {
"packages": [
"packages/*"
]
},
"devDependencies": {
"ava": "^5.3.1",
"depcheck": "^1.4.7",
"eslint": "^8.57.0",
"prettier": "3.0.3",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"tslib": "^2.7.0",
"tsup": "^8.2.4",
"tsx": "^3.14.0",
"turbo": "^2.1.1",
"typedoc": "^0.25.13"
},
"repository": "[email protected]:fukaoi/solana-suite.git",
"author": "fukaoi <[email protected]>",
"license": "MIT",
"packageManager": "[email protected]",
"engines": {
"npm": "Only pnpm"
},
"dependencies": {
"@types/node": "^20.16.4",
"typedoc-material-theme": "^1.1.0"
},
"name": "solana-suite"
}