-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.21 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.21 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
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.11.0",
"@wmfs/cardscript-to-vuelidate": "1.61.0",
"@wmfs/cardscript-extract-defaults": "1.63.0",
"@wmfs/cardscript-extract-graphs": "1.1.0",
"@wmfs/cardscript-extract-lists": "1.22.0",
"@wmfs/cardscript-schema": "1.38.0",
"@wmfs/cardscript-table-of-contents": "1.2.0",
"@wmfs/cardscript-to-quasar": "1.270.0",
"@wmfs/cardscript-vue-sdk": "1.3.0",
"axios": "1.15.0",
"dexie": "4.0.11",
"lodash.takeright": "4.1.1",
"shasum": "1.0.2",
"uuid": "11.1.0"
},
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/release-notes-generator": "14.1.1",
"@semantic-release/git": "10.0.1",
"@wmfs/tymly": "1.317.0",
"@wmfs/tymly-fastify-plugin": "1.131.0",
"@wmfs/tymly-rbac-plugin": "1.33.0",
"@wmfs/tymly-solr-plugin": "2.58.0",
"@wmfs/tymly-cardscript-plugin": "1.53.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": "4.5.0",
"codecov": "3.8.3",
"conventional-changelog-conventionalcommits": "9.3.1",
"cz-conventional-changelog": "3.3.0",
"esm": "3.2.25",
"mocha": "11.7.6",
"nyc": "18.0.0",
"semantic-release": "25.0.3",
"standard": "17.1.2",
"pinia": "3.0.4",
"indexeddbshim": "16.1.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"
}
}