forked from labring/laf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "laf-project",
"description": "laf.js serverless cloud development platform",
"private": "true",
"repository": {
"type": "git",
"url": "git+https://github.com/labring/laf.git"
},
"scripts": {
"install": "lerna exec npm install --parallel",
"build": "lerna run build --parallel",
"watch": "lerna run watch --parallel",
"prepublishOnly": "npm run build",
"changelog": "npx conventional-changelog -i CHANGELOG.md -s -r 0 -p angular",
"docker:release": "node ./scripts/builder.js all -l -p -d",
"clean:build": "rm -rf ./packages/*/dist",
"stats": "find ./packages -name '*.ts' | xargs cat | grep -v ^$| wc -l"
},
"keywords": [
"laf.js",
"laf",
"baas",
"laf",
"serverless",
"firebase",
"minio",
"mongodb"
],
"devDependencies": {
"conventional-changelog-cli": "^2.1.1",
"cross-env": "^7.0.3",
"fs-extra": "^9.1.0",
"husky": "^5.2.0",
"lerna": "^4.0.0",
"mocha": "^9.1.3",
"nyc": "^15.1.0",
"typescript": "^4.5.4"
},
"dependencies": {
"commander": "^9.2.0",
"dotenv": "^10.0.0"
}
}