generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.05 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
{
"name": "monorepo-cache-key",
"version": "0.0.1",
"private": true,
"description": "Monorepo Cache Key",
"main": "lib/main.js",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "rm -rf dist && tsc",
"format": "prettier --write '**/*.{ts,yml,md,json}'",
"format-check": "prettier --check '**/*.{ts,yml,md,json}'",
"package": "ncc build --source-map --license licenses.txt",
"all": "yarn format && yarn build && yarn package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flaviouk/monorepo-cache-key.git"
},
"keywords": [
"actions",
"node",
"setup"
],
"license": "MIT",
"dependencies": {
"@actions/core": "^1.6.0"
},
"devDependencies": {
"@types/node": "^16.10.5",
"@types/md5": "2.3.1",
"@vercel/ncc": "^0.31.1",
"js-yaml": "^4.1.0",
"standard-monorepo": "0.6.1",
"md5": "2.3.0",
"md5-file": "5.0.0",
"prettier": "2.4.1",
"typescript": "^4.4.4"
},
"volta": {
"node": "15.14.0",
"npm": "7.9.0",
"yarn": "1.22.10"
}
}