-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 921 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
{
"name": "spacex-launch-stats",
"version": "0.2.0",
"description": "App that list SpaceX Launch missions, for educational purposes.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"new-version": "lerna version --conventional-commits --yes",
"bootstrap": "lerna bootstrap",
"dev": "lerna run dev --scope={@spacex-stats/graphql,@spacex-stats/web}"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carlosazaustre/spacex-launch-stats.git"
},
"keywords": [
"graphql",
"react",
"apollo"
],
"author": "Carlos Azaustre <[email protected]> (https://carlosazaustre.es/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/carlosazaustre/spacex-launch-stats/issues"
},
"homepage": "https://github.com/carlosazaustre/spacex-launch-stats#readme",
"devDependencies": {
"lerna": "^3.22.1"
}
}