forked from antfu/drauu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 845 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
{
"version": "0.3.0",
"private": true,
"scripts": {
"play:dev": "pnpm -C playground run dev -- --open",
"play:build": "pnpm -C playground run build",
"js:dev": "pnpm run -r --parallel --filter ./packages dev",
"js:build": "pnpm run -r --filter ./packages build",
"dev": "nr play:dev",
"build": "nr js:build",
"release": "bumpp package.json packages/*/package.json --tag --commit --push && pnpm -r publish --access public"
},
"devDependencies": {
"@antfu/eslint-config": "^0.16.1",
"@antfu/ni": "^0.13.2",
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"bumpp": "^7.1.1",
"cross-env": "^7.0.3",
"eslint": "^8.10.0",
"nanoevents": "^6.0.1",
"npm-run-all": "^4.1.5",
"pnpm": "^6.32.2",
"tsup": "^5.11.13",
"typescript": "^4.4.3"
}
}