-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.21 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@wmfs/tymly-cardscript-sdk",
"description": "Tymly Cardscript SDK",
"version": "0.0.0-semantically-released",
"author": "West Midlands Fire Service",
"keywords": [
"tymly",
"cardscript"
],
"main": "./lib/index.js",
"dependencies": {
"@wmfs/cardscript-post-processor": "1.8.0",
"@wmfs/cardscript-to-vuelidate": "1.54.0",
"@wmfs/cardscript-extract-defaults": "1.53.0",
"@wmfs/cardscript-extract-graphs": "1.1.0",
"@wmfs/cardscript-extract-lists": "1.21.0",
"@wmfs/cardscript-schema": "1.36.0",
"@wmfs/cardscript-table-of-contents": "1.1.0",
"@wmfs/cardscript-to-quasar": "1.262.0",
"@wmfs/cardscript-vue-sdk": "1.3.0",
"axios": "1.7.9",
"dexie": "4.0.11",
"lodash.takeright": "4.1.1",
"shasum": "1.0.2",
"uuid": "11.0.5"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/release-notes-generator": "14.0.3",
"@semantic-release/git": "10.0.1",
"@wmfs/tymly": "1.292.0",
"@wmfs/tymly-fastify-plugin": "1.104.0",
"@wmfs/tymly-rbac-plugin": "1.31.0",
"@wmfs/tymly-solr-plugin": "2.48.0",
"@wmfs/tymly-cardscript-plugin": "1.50.0",
"babel-plugin-transform-es2015-destructuring": "6.23.0",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.7.0",
"babel-register": "6.26.0",
"chai": "5.1.2",
"codecov": "3.8.3",
"conventional-changelog-conventionalcommits": "8.0.0",
"cz-conventional-changelog": "3.3.0",
"esm": "3.2.25",
"mocha": "11.0.1",
"nyc": "17.1.0",
"semantic-release": "24.2.1",
"standard": "17.1.2",
"pinia": "2.3.1",
"indexeddbshim": "15.2.0"
},
"scripts": {
"lint": "standard",
"test": "nyc mocha",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"semantic-release": "semantic-release"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wmfs/tymly-cardscript-sdk.git"
},
"bugs": {
"url": "https://github.com/wmfs/tymly-cardscript-sdk/issues"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"publishConfig": {
"access": "public"
}
}