-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 916 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
{
"name": "github-actions",
"version": "1.0.1",
"description": "An op to create and setup Github Actions",
"main": "index.js",
"scripts": {
"test": "mocha -r ts-node/register -u bdd **/*.test.ts",
"build": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@cto.ai/sdk": "^2.1.1",
"@octokit/auth": "^1.1.1",
"@octokit/rest": "^16.40.0",
"@types/js-yaml": "^3.12.2",
"@types/node": "^13.5.1",
"axios": "^0.19.2",
"js-yaml": "^3.13.1",
"simple-git": "^1.131.0",
"tweetnacl": "^1.0.3",
"tweetsodium": "0.0.4",
"typescript": "^3.7.5"
},
"devDependencies": {
"@types/chai": "^4.2.9",
"@types/chai-as-promised": "^7.1.2",
"@types/mocha": "^7.0.1",
"@types/sinon": "^7.5.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"mocha": "^7.0.1",
"sinon": "^9.0.0",
"ts-node": "^8.6.2"
}
}