-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 965 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
28
29
30
{
"name": "restack-run",
"version": "1.1.0",
"repository": "[email protected]:armantc/restack-run.git",
"author": "Arman Kabir <[email protected]>",
"license": "MIT",
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "pnpm -r --filter \"@restack-run/*\" build",
"publish-packages": "pnpm build && pnpm -r publish --access public --filter \"@restack-run/*\""
},
"devDependencies": {
"@types/node": "^18.7.11",
"@types/rimraf": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^5.34.0",
"@typescript-eslint/parser": "^5.34.0",
"@types/qs" : "^6.9.7",
"eslint": "^8.22.0",
"eslint-import-resolver-typescript": "^3.5.0",
"eslint-plugin-import": "npm:eslint-plugin-i@latest",
"eslint-plugin-jsdoc": "^39.3.6",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tsdoc": "^0.2.16",
"eslint-plugin-valtio": "^0.6.0",
"tslib": "^2.4.0",
"tsup": "^6.2.2",
"typescript": "^4.7.4"
}
}