-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.42 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
{
"name": "@coon-js/extjs-link",
"version": "0.1.10",
"type": "module",
"description": "NPM package providing quick setup for symlinks to an existing ExtJS build",
"main": "index.js",
"scripts": {
"build:dev": "npx node-git-hooks",
"postversion": "git push && git push --tags",
"test": "echo \"Error: no test specified\" && exit 1",
"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"
},
"bin": "bin.js",
"repository": {
"type": "git",
"url": "git+https://github.com/coon-js/extjs-link.git"
},
"keywords": [
"l8",
"l8js",
"coon.js",
"coon-js",
"conjoon",
"build",
"extjs",
"sencha",
"postinstall",
"script"
],
"author": "Thorsten Suckow-Homberg <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/coon-js/extjs-link/issues"
},
"homepage": "https://github.com/coon-js/extjs-link#readme",
"dependencies": {
"@l8js/l8": "^0.7.2",
"symlink-dir": "^5.0.1",
"write": "^2.0.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"node-git-hooks": "^1.0.6",
"@commitlint/cli": "^13.2.0",
"@commitlint/config-conventional": "^13.2.0",
"standard-version": "^9.3.1"
}
}