-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1.04 KB
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
{
"name": "@rocketmakers/armstrong-monorepo",
"version": "0.1.0",
"description": "<p align=\"center\"> <img src=\"http://armstrongcss.org/assets/logolarge.svg\" width=\"256\" height=\"256\" /> </p>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "ts-node _deploy/publish.ts",
"postinstall": "(cd armstrong-react && npm i) && (cd storybook && npm i) && (cd marketing && npm i)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rocketmakers/armstrong.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Rocketmakers/armstrong/issues"
},
"homepage": "https://github.com/Rocketmakers/armstrong#readme",
"devDependencies": {
"@types/node": "13.5.1",
"@types/prompts": "2.0.4",
"@types/semver": "7.1.0",
"current-git-branch": "1.1.0",
"prompts": "2.3.1",
"@rocketmakers/log": "0.1.0",
"semver": "7.1.2",
"ts-node": "8.6.2",
"typescript": "3.6.3"
},
"dependencies": {}
}