forked from msusur/codefiction-stats-graphql
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 907 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 907 Bytes
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
{
"name": "codefiction-stats-graphql",
"version": "1.0.0",
"description": "Codefiction Podcast Statistics Application",
"main": "index.js",
"scripts": {
"build": "lerna run build --parallel",
"dev": "lerna run dev --parallel",
"deploy": "lerna run deploy",
"start": "lerna run --scope stats-lambda start",
"start:react": "lerna run --scope stats-pages start",
"start:all": "lerna run start",
"test": "lerna run --stream --concurrency 1 test",
"bootstrap": "lerna bootstrap"
},
"repository": {
"type": "git",
"url": "git+https://github.com/msusur/codefiction-stats-graphql.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/msusur/codefiction-stats-graphql/issues"
},
"homepage": "https://github.com/msusur/codefiction-stats-graphql#readme",
"devDependencies": {
"lerna": "^3.13.1"
}
}