-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.35 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
{
"name": "@staratlas/stv",
"version": "0.0.0",
"description": "STV vote code for the Star Atlas DAO",
"scripts": {
"build": "pnpm run -r build",
"watch": "pnpm build && pnpm run -r --parallel watch",
"pretest": "pnpm build",
"test": "jest --verbose",
"clean": "pnpm run -r --parallel clean && rimraf -g node_modules/*",
"dev": "pnpm run -r --parallel dev",
"lint": "pnpm run -r --parallel lint",
"lint:fix": "pnpm run -r --parallel lint:fix"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@jest/types": "^29.6.3",
"@types/eslint": "^9.6.0",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.12",
"@types/rollup-plugin-auto-external": "^2.0.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unused-imports": "^4.1.3",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^3.2.4",
"rimraf": "^6.0.1",
"rollup-plugin-auto-external": "^2.0.0",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"typescript-eslint": "^8.1.0",
"vite": "^5.4.1",
"vite-plugin-dts": "^4.0.3"
},
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
}