generated from actions/typescript-action
-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
37 lines (37 loc) · 834 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": "setup-emacs",
"version": "0.0.0",
"private": true,
"description": "Github Action to set up a specific emacs version",
"main": "lib/main.js",
"scripts": {
"build": "tsc && ncc build lib/main.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/purcell/setup-emacs.git"
},
"keywords": [
"actions",
"node",
"setup"
],
"author": "Steve Purcell",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.1.3",
"@actions/exec": "^1.0.1",
"@actions/io": "^1.0.1",
"@actions/tool-cache": "^1.1.2"
},
"devDependencies": {
"@types/jest": "^24.0.18",
"@types/node": "^12.7.11",
"@zeit/ncc": "^0.20.5",
"jest": "^24.9.0",
"jest-circus": "^24.9.0",
"ts-jest": "^24.1.0",
"typescript": "^3.6.3"
}
}