generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
60 lines (60 loc) · 1.96 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
56
57
58
59
60
{
"name": "user-flow-gh-action-workspace",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"nx": "nx",
"build": "nx build action",
"build:affected": "npm run nx -- affected:build",
"test": "nx test action",
"test:user-flow-gh-action": "nx test user-flow-gh-action",
"test:user-flow-gh-action:e2e": "nx test user-flow-gh-action-e2e",
"test:affected": "npm run nx -- affected:test --base=origin/main",
"postBuildAction": "ts-node -P ./tools/tsconfig.tools.json ./tools/scripts/post-build-action.ts",
"postLocalCiRunTest": "ts-node -P ./tools/tsconfig.tools.json ./tools/scripts/local-run.test.ts -r='This is dummy content just for testig ===> Foo Test: ** Bar Test: **'",
"prepare": "husky install"
},
"private": true,
"engines": {
"node": "^16.19.0",
"npm": "^8.19.3"
},
"dependencies": {
"@actions/core": "^1.10.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@jscutlery/semver": "^2.29.3",
"@nrwl/cli": "15.4.2",
"@nrwl/eslint-plugin-nx": "15.4.2",
"@nrwl/jest": "15.4.2",
"@nrwl/js": "15.4.2",
"@nrwl/linter": "15.4.2",
"@nrwl/node": "15.4.2",
"@nrwl/nx-cloud": "^16.0.5",
"@nrwl/workspace": "15.4.2",
"@nx/devkit": "^16.0.0",
"@push-based/node-cli-testing": "^0.2.3",
"@push-based/user-flow": "0.20.0",
"@push-based/user-flow-nx-plugin": "^0.1.0",
"@types/jest": "28.1.1",
"@types/node": "18.7.1",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"concat-stream": "^2.0.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-github": "^4.3.2",
"eslint-plugin-jest": "^25.3.2",
"husky": "^8.0.0",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"nx": "15.4.2",
"prettier": "^2.6.2",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"typescript": "~4.8.2"
}
}