-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 919 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
{
"name": "ccip-puzzle-config-generator-chocolate",
"version": "1.0.0",
"description": "Generate configuration for ccip-puzzle-chocolate from google sheets",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CCIP-App/CCIP-Puzzle-Config-Generator-Chocolate.git"
},
"keywords": [
"ccip"
],
"author": "Erickson Zhuang <bingluen0224@gmail.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/CCIP-App/CCIP-Puzzle-Config-Generator-Chocolate/issues"
},
"homepage": "https://github.com/CCIP-App/CCIP-Puzzle-Config-Generator-Chocolate#readme",
"dependencies": {
"spreadsheet-to-json": "^2.0.0"
},
"devDependencies": {
"eslint": "^6.4.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2"
}
}