-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 845 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 845 Bytes
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
{
"name": "@alpha-lambda/tasks",
"version": "1.0.0",
"description": "simple task framework",
"main": "tasks.js",
"scripts": {
"test": "nyc --all ava",
"posttest": "eslint . ",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alpha-lambda/task-node.git"
},
"keywords": [
"aws",
"lambda",
"framework"
],
"author": "https://github.com/orgs/alpha-lambda/people",
"license": "MIT",
"bugs": {
"url": "https://github.com/alpha-lambda/task-node/issues"
},
"homepage": "https://github.com/alpha-lambda/task-node#readme",
"devDependencies": {
"ava": "^2.0.0",
"coveralls": "^3.0.4",
"eslint": "^5.16.0",
"nyc": "^14.1.1",
"publish": "^0.6.0",
"sinon": "^7.3.2"
},
"dependencies": {}
}