-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 788 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 788 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
{
"name": "boston-hydrant-script",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"create-json": "babel-node src/index.js",
"combine-data": "babel-node src/combineData.js",
"drafts": "babel-node src/drafts.js"
},
"keywords": [],
"author": "Tobin W Curran <tobincurran@gmail.com> (tobinwcurran.com)",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/node": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/preset-env": "^7.2.3",
"nodemon": "^1.18.9"
},
"dependencies": {
"@google/maps": "^0.5.5",
"@types/google__maps": "^0.5.2",
"@types/googlemaps": "^3.30.16",
"dotenv": "^6.2.0"
}
}