-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.38 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
{
"version": "1.2.0",
"name": "@matt-usurp/npm-publish",
"description": "A GitHub action for publishing arbitrary package versions to NPM",
"repository": {
"type": "git",
"url": "git+https://github.com/matt-usurp/npm-publish.git"
},
"homepage": "https://github.com/matt-usurp/npm-publish#readme",
"bugs": {
"url": "https://github.com/matt-usurp/npm-publish/issues"
},
"author": "Matthew Usurp <matt.usurp@gmail.com>",
"keywords": [
"github",
"github-action",
"workflow",
"semver"
],
"contributors": [
{
"name": "Matthew Rose",
"email": "matt.usurp@gmail.com"
}
],
"engines": {
"node": ">=16.12.0",
"npm": ">=8.10.0"
},
"scripts": {
"prepare": "husky install"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"semver": "^7.3.8"
},
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@matt-usurp/grok": "^1.1.0",
"@tsconfig/node16": "^1.0.3",
"@types/node": "^16.18.8",
"@types/semver": "^7.3.4",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"@vitest/coverage-c8": "^0.25.7",
"esbuild": "^0.16.4",
"eslint": "^8.29.0",
"eslint-formatter-codeframe": "^7.32.1",
"husky": "^8.0.2",
"typescript": "^4.9.4",
"vitest": "^0.25.7"
}
}