-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 961 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
{
"name": "semantic-release-lite",
"version": "1.0.0",
"description": "",
"private": true,
"main": "index.mjs",
"scripts": {
"rollup": "rm -rvf dist/* && rollup -c",
"rollup:dev": "NODE_ENV=dev npm run rollup",
"watch": "npm run rollup -- -w"
},
"keywords": [],
"author": "Alorel <amolc@pm.me>",
"license": "Apache-2.0",
"devDependencies": {
"@alorel/rollup-plugin-copy": "^2.0.0",
"@alorel/rollup-plugin-threaded-terser": "^2.0.0",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^11.1.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.16.13",
"rollup": "^3.29.5",
"terser": "^5.36.0",
"ts-node": "^10.9.2",
"tslib": "^2.8.0",
"typescript": "^5.6.3"
},
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"lazy-get-decorator": "^3.0.0",
"lodash-es": "^4.17.21"
}
}