-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
102 lines (102 loc) · 2.68 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "@coon-js/extjs-ctrl-simmanager",
"sencha": {
"name": "extjs-ctrl-simmanager",
"namespace": "coon.simmanager",
"coon-js": {
"package": {
"autoLoad": {
"registerController": true
}
}
},
"type": "code",
"creator": "coon.js",
"summary": "NPM package providing application package for utilizing Simlets in Sencha ExtJS applications.",
"detailedDescription": "",
"version": "0.2.4",
"compatVersion": "0.2.4",
"format": "1",
"slicer": null,
"fashion": null,
"output": {
"base": "${package.dir}/build",
"js": {
"version": "ES6"
}
},
"compressor": {
"polyfills": "none"
},
"local": true,
"sass": null,
"classpath": [
"${package.dir}/src"
],
"overrides": null,
"example": null,
"framework": "ext",
"requires": [
"extjs-lib-core",
"ux"
]
},
"description": "NPM package providing application package for utilizing Simlets in Sencha Ext JS applications.",
"version": "0.2.4",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"build:dev": "npm run build:test && npx node-git-hooks",
"build:test": "npm i --save-dev && npx extjs-link && npx siesta-lib-helper",
"postversion": "git push && git push --tags",
"test": "npx ws --port 8065 --static.index tests.redirect.html --open",
"release": "standard-version",
"release:patch": "standard-version --release-as patch && npm run postversion",
"release:minor": "standard-version --release-as minor && npm run postversion",
"release:major": "standard-version --release-as major && npm run postversion"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coon-js/extjs-ctrl-simmanager.git"
},
"keywords": [
"simmanagaer",
"simlet",
"extjs",
"sencha",
"coon.js",
"coon",
"coon-js",
"l8.js",
"l8",
"javascript",
"conjoon",
"dev",
"environment",
"mock",
"requests"
],
"author": "Thorsten Suckow-Homberg <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/coon-js/extjs-ctrl-simmanager/issues"
},
"homepage": "https://github.com/coon-js/extjs-ctrl-simmanager#readme",
"dependencies": {
"@coon-js/extjs-lib-core": "^0.8.1",
"@l8js/l8": "^0.7.2"
},
"devDependencies": {
"@coon-js/extjs-link": "^0.1.10",
"@coon-js/siesta-lib-helper": "^0.1.16",
"eslint": "^7.28.0",
"local-web-server": "^4.2.1",
"node-git-hooks": "^1.0.6",
"siesta-lite": "^5.5.2",
"@commitlint/cli": "^13.2.0",
"@commitlint/config-conventional": "^13.2.0",
"standard-version": "^9.3.1"
}
}