-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.14 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
{
"name": "@back4app/antframework",
"version": "0.0.19",
"publishConfig": {
"access": "restricted"
},
"engines": {
"node": ">=10.10"
},
"description": "Ant Framework - Serverless microservices made easy",
"keywords": [
"ant",
"microservices",
"api",
"functions",
"graphql",
"reactive",
"serverless"
],
"directories": {},
"files": [
"LICENSE",
"package.json"
],
"scripts": {
"clean": "lerna clean && rm -rf node_modules && find . -name \"package-lock.json\" -exec rm -rf '{}' +",
"postinstall": "lerna bootstrap --hoist && lerna link",
"lint": "lerna run lint",
"pretest": "lerna link",
"test": "lerna run test",
"apidocs": "lerna run apidocs",
"docs": "lerna run docs",
"deploy": "npm publish && lerna publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/back4app/antframework.git"
},
"author": "Back4App Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/back4app/antframework/issues"
},
"homepage": "https://github.com/back4app/antframework#readme",
"devDependencies": {
"lerna": "^3.4.1"
}
}