-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 967 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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "cmm",
"version": "1.0.0",
"description": "TODO:",
"main": "index.js",
"private": true,
"scripts": {
"start": "eleventy --serve",
"build": "eleventy",
"lint": "prettier -c .",
"test": "jest",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/co-cddo/cloudmaturity.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/co-cddo/cloudmaturity/issues"
},
"homepage": "https://github.com/co-cddo/cloudmaturity#readme",
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@x-govuk/govuk-eleventy-plugin": "^6.7.2",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.3.0",
"prettier": "^3.4.2"
},
"dependencies": {
"add": "^2.0.6",
"chaarts": "github:ffoodd/chaarts"
},
"jest": {
"testEnvironment": "jsdom"
},
"packageManager": "[email protected]"
}