-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 860 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": "td-add",
"version": "3.0.8",
"description": "Package to add 2 numbers",
"main": "index.js",
"scripts": {
"jsdoc": "./node_modules/.bin/jsdoc *.js README.md -d ./docs",
"lint": "eslint *.js",
"test": "jest"
},
"author": "Tom Doughty",
"license": "ISC",
"devDependencies": {
"@actions/core": "^1.2.2",
"@actions/exec": "^1.0.3",
"@actions/github": "^1.0.0",
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"babel-jest": "^24.9.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.20.1",
"jest": "^24.9.0",
"jsdoc": "^3.6.3"
},
"engines": {
"node": ">=12.13.1"
},
"repository": {
"type": "git",
"url": "https://github.com/tomdoughty/td-add.git"
},
"keywords": [
"JavaScript",
"GitHub Actions"
]
}