-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
50 lines (50 loc) · 1.15 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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "ceajs-monorepo",
"private": true,
"scripts": {
"prebootstrap": "npm i",
"bootstrap": "lerna exec -- npm i",
"postbootstrap": "lerna bootstrap && npm run build",
"docs": "esmo build/docs.ts",
"prebuild": "dprint fmt",
"build": "tsc --build",
"build:debug": "tsc --build",
"test": "jest",
"pub": "npm run build && env-cmd lerna publish",
"dry": "lerna exec -- npm pack --json --dry-run",
"cea": "node src/internal/lib/src/cli.js"
},
"keywords": [
"campusphere",
"daliy",
"campus",
"辅导猫",
"今日校园",
"自动",
"签到"
],
"prettier": {
"semi": false,
"singleQuote": true,
"printWidth": 80
},
"repository": "ceajs/cea",
"author": {
"name": "beetcb",
"email": "[email protected]",
"url": "https://github.com/ceajs/cea"
},
"license": "MIT",
"devDependencies": {
"dprint": "^0.22.2",
"env-cmd": "^10.1.0",
"esbuild": "^0.13.13",
"esno": "^0.14.0",
"globby-cli": "^1.0.1",
"lerna": "^4.0.0",
"ts-jest": "^27.0.7",
"typedoc": "^0.22.10",
"typedoc-plugin-markdown": "^3.11.11",
"typescript": "^4.4.4"
}
}