generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.51 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
{
"name": "@digicatapult/check-version",
"version": "1.4.76",
"description": "Asserts package version is the same or higher than latest published tag",
"main": "dist/index.mjs",
"type": "module",
"scripts": {
"depcheck": "depcheck",
"check": "tsc",
"build": "ncc build --license licenses.txt ./src/main.ts && mv ./dist/index.js ./dist/index.mjs",
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'",
"lint": "eslint src/**/*.ts",
"test": "mocha --config .mocharc.json '{,!(node_modules)/**/}*.test.ts'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/digicatapult/check-version.git"
},
"keywords": [
"actions",
"node",
"setup"
],
"author": "",
"license": "Apache-2.0",
"dependencies": {
"semver": "^7.6.3",
"toml": "^3.0.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"@tsconfig/node12": "^12.1.4",
"@types/chai": "^5.0.1",
"@types/mocha": "^10.0.10",
"@types/node": "^20.17.14",
"@types/semver": "^7.5.8",
"@types/sinon": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"@vercel/ncc": "^0.38.3",
"chai": "^5.1.2",
"depcheck": "^1.4.7",
"eslint": "^8.57.1",
"eslint-plugin-github": "^5.1.5",
"mocha": "^11.1.0",
"prettier": "^3.4.2",
"sinon": "^19.0.2",
"@digicatapult/tsimp": "^2.0.12",
"typescript": "^5.7.3"
}
}