-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 961 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
{
"name": "timestep-ci-action",
"version": "0.1.0",
"description": "",
"private": true,
"main": "src/index.js",
"scripts": {
"test": "jest --testPathIgnorePatterns=\"test-utils\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/play-co/timestep-ci-action.git"
},
"author": "Ivan Reshetnikov",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/play-co/timestep-ci-action/issues"
},
"homepage": "https://github.com/play-co/timestep-ci-action#readme",
"dependencies": {
"@play-co/timestep-ci": "^0.4.1",
"actions-toolkit": "^2.0.0",
"execa": "^1.0.0",
"fs-extra": "^7.0.1",
"yargs": "^13.2.2"
},
"devDependencies": {
"eslint": "^5.15.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"jest": "^24.1.0"
}
}