-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.75 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
{
"name": "capacitor-plugin-standard-version",
"version": "1.1.31",
"packageManager": "[email protected]+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a",
"description": "Default standard-version config for capacitor plugin",
"author": "Martin Donadieu <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/Cap-go/capacitor-plugin-standard-version#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Cap-go/capacitor-plugin-standard-version.git"
},
"bugs": {
"url": "https://github.com/Cap-go/capacitor-plugin-standard-version/issues"
},
"keywords": [
"capacitor",
"standard-version",
"bin",
"cli"
],
"main": "dist/index.js",
"bin": {
"capacitor-plugin-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 . --fix",
"prepare": "husky"
},
"dependencies": {
"@capgo/standard-version": "^1.0.6",
"merge-deep": "^3.0.3"
},
"devDependencies": {
"@antfu/eslint-config": "^3.0.0",
"@types/adm-zip": "^0.5.5",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.5.3",
"eslint": "^9.9.1",
"git-format-staged": "^3.1.1",
"globals": "^15.9.0",
"husky": "^9.1.5",
"nodemon": "^3.1.4",
"pkg": "^5.8.1",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.5.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
}
}