-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.57 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
49
50
51
52
53
54
55
56
57
58
{
"name": "@wmfs/ofsted-blueprint",
"version": "0.0.0-semantically-released",
"description": "Tymly blueprint to support “Ofsted latest school inspection outcomes” open data",
"author": "West Midlands Fire Service",
"homepage": "https://github.com/wmfs/ofsted-blueprint#readme",
"keywords": [
"tymly",
"blueprint",
"models",
"state machines",
"low code"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wmfs/ofsted-blueprint.git"
},
"bugs": {
"url": "https://github.com/wmfs/ofsted-blueprint/issues"
},
"dependencies": {
"csv-parse": "5.6.0"
},
"devDependencies": {
"chai": "4.5.0",
"codecov": "3.8.3",
"conventional-changelog-conventionalcommits": "8.0.0",
"cz-conventional-changelog": "3.3.0",
"debug": "4.4.0",
"mocha": "11.0.1",
"nyc": "17.1.0",
"semantic-release": "24.2.1",
"standard": "17.1.2",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/release-notes-generator": "14.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/exec": "6.0.3",
"@wmfs/tymly": "1.292.0",
"@wmfs/tymly-pg-plugin": "1.306.0",
"@wmfs/tymly-test-helpers": "1.24.0",
"@wmfs/tymly-cardscript-plugin": "1.50.0"
},
"scripts": {
"lint": "standard",
"test": "nyc mocha",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"semantic-release": "semantic-release"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"publishConfig": {
"access": "public"
}
}