-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 2.04 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
{
"name": "capacitor-standard-version",
"version": "1.1.27",
"description": "Default standard-version config for capacitor app",
"main": "dist/index.js",
"bin": {
"capacitor-standard-version": "dist/index.js"
},
"scripts": {
"dev": "set NODE_ENV=development&& npx webpack --config webpack.config.js",
"no-debug": "node dist/index.js",
"build": "set NODE_ENV=production&& npx webpack --config webpack.config.js",
"pack": "pkg",
"lint": "eslint . --ext .ts --fix",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cap-go/capacitor-standard-version.git"
},
"keywords": [
"capacitor",
"standard-version",
"bin",
"cli"
],
"author": "Martin Donadieu <martindonadieu@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Cap-go/capacitor-standard-version/issues"
},
"homepage": "https://github.com/Cap-go/capacitor-standard-version#readme",
"dependencies": {
"@capgo/standard-version": "^1.0.6",
"merge-deep": "^3.0.3"
},
"devDependencies": {
"@types/adm-zip": "^0.5.0",
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"eslint": "^8.31.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.4",
"eslint-plugin-jasmine": "^4.1.3",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-typescript-sort-keys": "^2.1.0",
"git-format-staged": "^3.0.0",
"husky": "^8.0.3",
"nodemon": "^2.0.20",
"pkg": "^5.8.0",
"prettier": "^2.8.2",
"prettier-eslint": "^15.0.1",
"prettier-eslint-cli": "^7.1.0",
"prettier-plugin-organize-attributes": "^0.0.5",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.2",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-node-externals": "^3.0.0"
}
}