-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.28 KB
/
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
38
39
40
41
{
"name": "google-sheet-graph",
"version": "1.0.5",
"keywords": [
"google-sheet",
"graph",
"graph-viz",
"dependency"
],
"description": "Render dependency graph charts into Google Spreadsheet thanks to Image-Charts!",
"main": "main.js",
"scripts": {
"deploy": "npm run --silent prepublish && clasp push && npm-release patch",
"open": "clasp open",
"test": "jest",
"prepublish": "npm run test",
"first-run": "clasp login && clasp create 'Google Spreadsheet Graph Viz'",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage && codecov --disable=gcov",
"updtr": "updtr"
},
"repository": {
"type": "git",
"url": "git+https://github.com/image-charts/google-sheets-add-on-dependency-graph.git"
},
"author": "Francois-Guillaume Ribreau <npm@fgribreau.com> (http://fgribreau.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/image-charts/google-sheets-add-on-dependency-graph/issues"
},
"homepage": "https://github.com/image-charts/google-sheets-add-on-dependency-graph#readme",
"devDependencies": {
"@google/clasp": "^1.5.3",
"@types/google-apps-script": "0.0.27",
"codecov": "^3.1.0",
"jest": "^23.6.0",
"npm-release": "^1.0.0",
"updtr": "^2.0.0"
},
"dependencies": {}
}