-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.07 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
{
"name": "node-versionless-cache-key",
"version": "0.3.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/codaline-io/node-versionless-cache-key.git"
},
"keywords": [
"GitHub",
"Actions",
"Cache",
"Node",
"JS",
"TS",
"Typescript",
"Javascript"
],
"author": "codaline - Marcus Kirsch & Bengt Weiße GbR <[email protected]>",
"description": "A github aciton to retrieve a cache key for npm without the version of the package",
"bugs": {
"url": "https://github.com/codaline-io/node-versionless-cache-key/issues"
},
"homepage": "https://github.com/codaline-io/node-versionless-cache-key",
"license": "MIT",
"scripts": {
"package": "cross-env NODE_OPTIONS=--openssl-legacy-provider ncc build index.js -o dist",
"lint": "eslint *.js"
},
"dependencies": {
"@actions/core": "^1.10.1"
},
"devDependencies": {
"@vercel/ncc": "^0.38.1",
"cross-env": "^7.0.3",
"eslint": "^8.57.0"
},
"engines": {
"node": "20.9.0"
},
"volta": {
"node": "20.9.0"
}
}