forked from kaangokdemir/github-version-bumper
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.47 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
{
"name": "github-version-bumper",
"version": "1.0.7",
"repository": {
"type": "git",
"url": "git+https://github.com/nextstepguru/github-version-bumper.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/nextstepguru/github-version-bumper/issues"
},
"homepage": "https://github.com/nextstepguru/github-version-bumper#readme",
"private": true,
"main": "./dist/index.js",
"scripts": {
"start": "node ./dist/index.js",
"build": "parcel build ./src/index.ts --no-source-maps --target node",
"test": "jest",
"test:watch": "jest --watchAll"
},
"dependencies": {
"actions-toolkit": "^2.2.0",
"json-bumper": "^0.1.4",
"yargs": "^15.4.1"
},
"devDependencies": {
"@babel/core": "^7.13.16",
"@types/jest": "^26.0.22",
"@types/node": "^14.14.41",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"babel-jest": "^26.6.3",
"eslint": "^7.24.0",
"eslint-config-prettier": "^6.15.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"jest": "^25.5.4",
"npm-check-updates": "^11.5.1",
"parcel-bundler": "^1.12.4",
"standard": "^14.3.4",
"ts-jest": "^26.5.5",
"typescript": "^3.9.9"
}
}