-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
50 lines (50 loc) · 1.58 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
{
"name": "github-version-bumper",
"version": "0.5.2",
"repository": {
"type": "git",
"url": "git+https://github.com/kaangokdemir/github-version-bumper.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/kaangokdemir/github-version-bumper/issues"
},
"homepage": "https://github.com/kaangokdemir/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.3.1"
},
"devDependencies": {
"@types/jest": "^26.0.9",
"@types/node": "^14.0.27",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"babel-jest": "^26.3.0",
"eslint-plugin-jest": "^23.20.0",
"@babel/core": "^7.11.1",
"jest": "^25.5.4",
"parcel-bundler": "^1.12.4",
"standard": "^14.3.3",
"ts-jest": "^26.2.0",
"typescript": "^3.9.7"
}
}