-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.1 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
{
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.10",
"jest": "^29.7.0",
"rollup": "^4.9.6",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
},
"name": "cache-command-action",
"version": "1.0.0",
"packageManager": "pnpm@8.7.4",
"main": "dist/index.js",
"dependencies": {
"@actions/cache": "^3.2.3",
"@actions/exec": "^1.1.1"
},
"scripts": {
"build": "rollup -c --configPlugin typescript",
"preinstall": "npx only-allow pnpm",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WaterLemons2k-test/cache-command-action.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/WaterLemons2k-test/cache-command-action/issues"
},
"homepage": "https://github.com/WaterLemons2k-test/cache-command-action#readme",
"description": ""
}