-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.81 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
47
48
49
50
51
52
53
54
55
{
"name": "monorepo-workspace-submodules-finder-action",
"version": "1.3.2",
"description": "Get the path and package name of a node submodules in npm/yarn/pnpm workspaces",
"homepage": "https://github.com/sounisi5011/npm-packages/tree/main/actions/monorepo-workspace-submodules-finder#readme",
"bugs": {
"url": "https://github.com/sounisi5011/npm-packages/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sounisi5011/npm-packages.git",
"directory": "actions/monorepo-workspace-submodules-finder"
},
"license": "MIT",
"author": "sounisi5011",
"main": "dist/index.js",
"scripts": {
"build": "cross-env TS_NODE_PROJECT=./src/tsconfig.json ncc build src/index.ts --minify --transpile-only --out ./dist/",
"build-with-cache": "../../scripts/fixed-turbo-run.sh build",
"lint:tsc": "run-p lint:tsc:*",
"lint:tsc:src": "tsc -p ./src/ --noEmit",
"lint:tsc:test": "tsc -p ./tests/ --noEmit",
"test": "run-if-supported --verbose jest"
},
"dependencies": {
"@actions/core": "1.10.0",
"@actions/exec": "1.1.1",
"@actions/github": "5.1.1",
"@octokit/endpoint": "7.0.3",
"find-git-root": "1.0.4",
"path-starts-with": "2.0.0",
"validate-npm-package-name": "5.0.0",
"workspace-tools": "0.29.1"
},
"devDependencies": {
"@sounisi5011/run-if-supported": "1.1.1",
"@sounisi5011/ts-type-util-has-own-property": "workspace:^1.0.0",
"@swc/core": "1.3.25",
"@swc/jest": "0.2.24",
"@types/jest": "29.2.5",
"@types/node": "16.18.11",
"@types/validate-npm-package-name": "4.0.0",
"@vercel/ncc": "0.36.0",
"cross-env": "7.0.3",
"jest": "29.3.1",
"jest-mock-process": "2.0.0",
"nock": "13.2.9",
"spawk": "1.8.0",
"turbo": "1.8.2",
"typescript": "4.9.4"
},
"engines": {
"node": "16"
}
}