-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.44 KB
/
Copy pathpackage.json
File metadata and controls
94 lines (94 loc) · 2.44 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "@conjoon/extjs-dev-imapusersim",
"sencha": {
"name": "extjs-dev-imapusersim",
"namespace": "conjoon.dev.cn_imapusersim",
"coon-js": {
"package": {
"autoLoad": {
"registerController": true
},
"config": "${package.resourcePath}/extjs-dev-imapusersim.conf.json"
}
},
"type": "code",
"toolkit": "classic",
"creator": "Thorsten Suckow-Homberg <thorsten@suckow-homberg.de>",
"summary": "Sencha ExtJS NPM Package for mocking backend requests and data for @conjoon/extjs-app-imapuser.",
"version": "1.0.3",
"compatVersion": "1.0.3",
"format": "1",
"slicer": null,
"fashion": null,
"output": {
"base": "${package.dir}/build",
"js": {
"version": "ES8"
}
},
"language": {
"js": {
"input": "ES8",
"output": "ES8"
}
},
"compressor": {
"type": "closure",
"polyfills": "none"
},
"local": true,
"sass": null,
"classpath": [
"${package.dir}/src"
],
"overrides": null,
"example": null,
"framework": "ext",
"requires": [
"extjs-lib-core",
"ux"
]
},
"description": "Sencha ExtJS NPM Package for mocking backend requests and data for @conjoon/extjs-app-imapuser.",
"version": "1.0.5",
"main": "index.js",
"scripts": {
"build:dev": "npx node-git-hooks",
"postversion": "git push && git push --tags",
"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/conjoon/extjs-dev-imapusersim.git"
},
"keywords": [
"extjs",
"sencha",
"l8.js",
"l8js",
"coonjs",
"coon.js",
"dev",
"simlet",
"webmail",
"imap",
"user"
],
"author": "Thorsten Suckow-Homberg <thorsten@suckow-homberg.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/conjoon/extjs-dev-imapusersim/issues"
},
"homepage": "https://github.com/conjoon/extjs-dev-imapusersim#readme",
"devDependencies": {
"eslint": "^7.28.0",
"@coon-js/delorean": "^0.3.1",
"node-git-hooks": "^1.0.6",
"@commitlint/cli": "^13.2.0",
"@commitlint/config-conventional": "^13.2.0",
"standard-version": "^9.3.1"
}
}