-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.25 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.25 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "cmm",
"version": "1.0.0",
"description": "TODO:",
"main": "index.js",
"private": true,
"scripts": {
"start": "eleventy --serve",
"build": "eleventy",
"lint": "eslint --stats --exit-on-fatal-error .",
"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.1.5",
"@eslint/css": "^1.1.0",
"@eslint/js": "^10.0.1",
"@eslint/json": "^1.2.0",
"@eslint/markdown": "^8.0.1",
"@x-govuk/govuk-eleventy-plugin": "^9.0.1",
"ajv": "^8.18.0",
"ajv-formats": "^3.0.1",
"eslint": "^10.1.0",
"globals": "^17.4.0",
"husky": "^9.1.7",
"jest": "^30.3.0",
"jest-axe": "^10.0.0",
"jest-environment-jsdom": "^30.3.0",
"lint-staged": "^16.4.0"
},
"dependencies": {
"add": "^2.0.6",
"chaarts": "github:ffoodd/chaarts"
},
"jest": {
"testEnvironment": "jsdom",
"setupFilesAfterEnv": [
"<rootDir>/tests/setup.js"
]
},
"packageManager": "yarn@4.5.1"
}