-
-
Notifications
You must be signed in to change notification settings - Fork 663
/
package.json
44 lines (44 loc) · 1.22 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
{
"name": "laf-project",
"version": "1.0.0-beta.4",
"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",
"lint": "lerna run lint --parallel",
"lint-staged": "lerna exec --since HEAD --parallel -- lint-staged --no-stash",
"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",
"clean:build": "rm -rf ./packages/*/dist",
"stats": "find ./packages -name '*.ts' | xargs cat | grep -v ^$| wc -l",
"prepare": "husky install"
},
"keywords": [
"laf",
"faas",
"baas",
"serverless",
"firebase",
"minio",
"mongodb",
"supabase",
"appwrite",
"cloudbase"
],
"devDependencies": {
"conventional-changelog-cli": "^2.1.1",
"cross-env": "^7.0.3",
"editorconfig": "^2.0.0",
"eslint-config-laf": "./packages/eslint-config-laf",
"husky": "^8.0.0",
"lerna": "^6.4.1",
"lint-staged": "^15.1.0",
"typescript": "5.0.4"
}
}