forked from AgeOfLearning/aofl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.31 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
{
"name": "@aofl/aofl",
"version": "3.0.0",
"description": "",
"private": true,
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"build-all": "lerna run --stream build-ci",
"watch": "lerna run --stream watch",
"docs-all": "lerna run --stream docs",
"docsify": "docsify serve docs",
"install-all": "lerna exec --stream -- npm install",
"lint": "eslint .",
"postinstall": "cd aofl-js-packages && npm i",
"publish-all": "lerna exec --stream --no-bail -- npm publish",
"publish-all-beta": "lerna exec --stream --no-bail -- npm publish --tag beta",
"publish-all-alpha": "lerna exec --stream --no-bail -- npm publish --tag alpha",
"test": "echo \"Error: no test specified\" && exit 1",
"version-up": "lerna version --no-git-tag-version"
},
"repository": {
"type": "git",
"url": "https://github.com/AgeOfLearning/aofl.git"
},
"author": "Arian Khosravi <arian.khosravi@aofl.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AgeOfLearning/aofl/issues"
},
"homepage": "https://github.com/AgeOfLearning/aofl#readme",
"devDependencies": {
"babel-eslint": "^10.0.1",
"cross-env": "^6.0.3",
"docsify-cli": "^4.3.0",
"eslint": "^5.11.0",
"eslint-config-aofl": "^1.0.0-alpha.1",
"lerna": "^3.8.0"
}
}