-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
40 lines (40 loc) · 1015 Bytes
/
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
{
"name": "replicated-actions",
"version": "1.0.0",
"description": "## Examples",
"main": "build/index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "tsc",
"test": "npx jest --verbose",
"package": "ncc build --source-map --license LICENSE"
},
"repository": {
"type": "git",
"url": "git+https://github.com/replicatedhq/replicated-actions.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/replicatedhq/replicated-actions/issues"
},
"homepage": "https://github.com/replicatedhq/replicated-actions#readme",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"randomstring": "^1.2.3",
"replicated-lib": "^0.0.1-beta.21",
"tmp-promise": "^3.0.3"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"@vercel/ncc": "^0.36.1",
"esbuild-jest": "^0.5.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1"
}
}