-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 849 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 849 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
{
"name": "ramblers-cymru-path-to-wellbeing",
"version": "1.0.0",
"description": "Monorepo for Ramblers Cymru Paths to Wellbeing website.",
"scripts": {
"start": "run-p --print-label watch-map start-web",
"watch-map": "(cd map && npm run watch)",
"start-web": "(cd website && npm start)",
"install": "(cd map && npm ci) && (cd website && npm ci)",
"build": "(cd map && npm run build) && (cd website && npm run build)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AstunTechnology/ramblers-cymru-paths-to-wellbeing.git"
},
"keywords": [],
"author": "Astun Technology Ltd.",
"license": "MIT",
"homepage": "https://github.com/AstunTechnology/ramblers-cymru-paths-to-wellbeing",
"dependencies": {},
"devDependencies": {
"npm-run-all": "^4.1.5",
"prettier": "^2.8.0"
}
}