-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 978 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
31
32
33
{
"private": true,
"scripts": {
"play:dev": "pnpm -C demo run dev -- --open",
"play:build": "pnpm -C demo run build",
"js:dev": "pnpm run --filter ./packages dev",
"js:build": "pnpm run -r --filter ./packages build",
"test": "pnpm run -r --filter ./packages test",
"coverage": "pnpm run -r --filter ./packages coverage",
"dev": "nr play:dev",
"build": "nr js:build",
"release": "bumpp package.json packages/*/package.json --tag --commit --push && pnpm -r publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zuramai/rolloc.git"
},
"devDependencies": {
"@antfu/eslint-config": "^0.16.1",
"@antfu/ni": "^0.14.0",
"bumpp": "^7.1.1",
"eslint": "^8.9.0",
"nanoevents": "^6.0.2",
"pnpm": "^6.31.0",
"sass": "^1.49.7",
"tsup": "^5.11.13",
"typescript": "^4.5.4",
"vite": "^2.8.0",
"vitest": "^0.9.4"
},
"license": "MIT",
"version": "0.1.3"
}