-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 971 Bytes
/
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
{
"name": "ChangelogManager-GitHub-Action",
"version": "3.2.0",
"description": "Compiles the change files into CHANGELOG.md",
"main": "bin/index.js",
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "tsc",
"lint": "eslint src/**/*.ts",
"test": "pnpm package && jest",
"package": "pnpm build && ncc build --license licenses.txt"
},
"keywords": [
"node",
"actions",
"changelog"
],
"author": "Enterwell",
"license": "MIT",
"dependencies": {
"@actions/core": "1.10.0",
"@actions/exec": "1.1.1"
},
"devDependencies": {
"@types/fs-extra": "11.0.1",
"@types/jest": "29.5.0",
"@types/node": "18.15.11",
"@typescript-eslint/eslint-plugin": "5.57.1",
"@typescript-eslint/parser": "5.57.1",
"@vercel/ncc": "0.36.1",
"eslint": "8.38.0",
"eslint-plugin-import": "2.27.5",
"fs-extra": "11.1.1",
"jest": "29.5.0",
"ts-jest": "29.1.0",
"typescript": "5.0.4"
}
}