-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 972 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 972 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
31
32
33
34
35
36
37
{
"name": "data-manager",
"version": "0.0.1",
"description": "A tool to help manage the data in the digital land platform",
"scripts": {
"nps": "nps",
"build": "nps build.stylesheets build.javascripts",
"copy": "nps copy.all",
"postinstall": "npm run copy && npm run build",
"watch:assets": "nps watch.assets",
"watch:pages": "nps watch.pages",
"watch": "npm-run-all --parallel watch:*",
"flask": "flask run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/digital-land/data-manager"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/digital-land/data-manager/issues"
},
"dependencies": {
"accessible-autocomplete": "^2.0.4",
"govuk-frontend": "^5.9.0"
},
"devDependencies": {
"@planning-data/digital-land-frontend": "^0.7.0",
"npm-run-all": "^4.1.5",
"nps": "^5.10.0",
"standardx": "^7.0.0"
},
"engines": {
"node": "16.x"
}
}