-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.13 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "digital-land.info",
"version": "1.0.0",
"description": "Planning and Housing Data Platform",
"config": {
"assets": {
"sourceDir": "assets",
"distDir": "static"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/digital-land/digital-land.info.git"
},
"keywords": [
"Data",
"digital",
"land",
"python",
"open",
"jinja",
"FastAPI"
],
"author": "planning.data.gov.uk Team - MHCLG",
"license": "MIT",
"bugs": {
"url": "https://github.com/digital-land/digital-land.info/issues"
},
"homepage": "https://github.com/digital-land/digital-land.info#readme",
"scripts": {
"test": "vitest run",
"coverage": "vitest run --coverage",
"test-unit": "vitest run --dir tests/unit/javascript",
"test-integration": "vitest run --dir tests/integration/javascript",
"build": "rollup -c"
},
"dependencies": {
"copyfiles": "^2.4.1",
"govuk-frontend": "4.9.0",
"maplibre-gl": "^4.1.2",
"sass": "^1.78.0"
},
"devDependencies": {
"@vitest/coverage-v8": "^0.34.1",
"jsdom": "^22.1.0",
"vitest": "^0.34.1"
}
}