forked from fluidtrends/chunky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 889 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
{
"name": "chunky",
"version": "1.0.0",
"description": "The Happy Code Monkey",
"main": "index.js",
"scripts": {
"test": "savor test",
"testing": "savor testing",
"coverage": "savor coverage",
"open:coverage": "open coverage/lcov-report/index.html",
"workflows:main": "node workflows/main"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fluidtrends/chunky.git"
},
"author": "I. Dan Calinescu <idancalinescu@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fluidtrends/chunky/issues"
},
"homepage": "https://github.com/fluidtrends/chunky",
"files": [
"src/**/*"
],
"dependencies": {
"@octokit/rest": "^17.6.0",
"fs-extra": "^9.0.0",
"google-auth-library": "^6.0.0",
"googleapis": "^49.0.0",
"moment": "^2.24.0",
"savor": "^1.1.2"
},
"devDependencies": {}
}