-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 985 Bytes
/
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
{
"name": "uno-serverless",
"description": "A Framework to build serverless applications and deploy in any cloud.",
"scripts": {
"postinstall": "npm run bootstrap",
"bootstrap": "lerna bootstrap",
"build": "lerna run build",
"test": "lerna run test",
"clean": "lerna clean --yes && rimraf packages/**/.nyc_output packages/**/coverage packages/**/dist",
"cover": "lerna run cover",
"publish": "lerna publish",
"update": "lernaupdate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/julienblin/uno-serverless.git"
},
"keywords": [
"serverless",
"typescript",
"uno",
"aws",
"azure"
],
"author": "Julien Blin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/julienblin/uno-serverless/issues"
},
"homepage": "https://github.com/julienblin/uno-serverless#readme",
"devDependencies": {
"lerna": "^3.4.3",
"lerna-update-wizard": "^0.9.4"
}
}