forked from demonovel/opds
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 795 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 795 Bytes
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": "demonovel",
"version": "1.0.0",
"private": true,
"workspaces": [
"packages/*"
],
"engines_": {
"node": "12.x",
"yarn": "1.22.0"
},
"scripts": {
"build": "yarn && cd packages/web && next build",
"start": "cd packages/web && next start",
"lerna:publish": "npx lerna publish",
"lerna:publish:yes": "npx lerna publish --yes --cd-version patch",
"prepublish:lockfile": "npx sync-lockfile .",
"ncu": "npx yarn-tool ncu -u && npx yarn-tool ws exec yarn-tool ncu -- -u",
"sort-package-json": "npx yarn-tool sort",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@bluelovers/tsconfig": "^1.0.20",
"@types/node": "*"
},
"peerDependencies": {
"lerna": "^3"
},
"resolutions": {}
}