mirror of
https://github.com/labring/laf.git
synced 2026-01-25 16:07:45 +00:00
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"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",
|
|
"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"
|
|
},
|
|
"keywords": [
|
|
"laf",
|
|
"baas",
|
|
"serverless",
|
|
"firebase",
|
|
"minio",
|
|
"mongodb",
|
|
"supabase",
|
|
"appwrite",
|
|
"cloudbase"
|
|
],
|
|
"devDependencies": {
|
|
"conventional-changelog-cli": "^2.1.1",
|
|
"cross-env": "^7.0.3",
|
|
"lerna": "^6.4.1",
|
|
"mocha": "^9.1.3",
|
|
"nyc": "^15.1.0",
|
|
"typescript": "^4.5.4"
|
|
},
|
|
"dependencies": {
|
|
"commander": "^9.2.0",
|
|
"dotenv": "^10.0.0"
|
|
}
|
|
}
|