-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.16 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": "@rewiringamerica/rem",
"version": "0.3.0",
"description": "NodeJS client for REM, the Residential Electrification Model.",
"repository": {
"type": "git",
"url": "https://github.com/rewiringamerica/ra-api-rem-ts-node.git"
},
"main": "dist/api.js",
"types": "dist/api.d.ts",
"scripts": {
"clean": "rm -Rf node_modules/ *.js",
"build": "tsc",
"test": "npm run build && node dist/client.js",
"artifactregistry-login": "npx google-artifactregistry-auth"
},
"author": "OpenAPI-Generator Contributors",
"license": "Apache-2.0",
"dependencies": {
"bluebird": "^3.7.2",
"request": "^2.88.2"
},
"devDependencies": {
"@types/bluebird": "^3.5.33",
"@types/node": "^12",
"@types/request": "^2.48.8",
"typescript": "^4.0 || ^5.0"
},
"publishConfig": {
"registry": "https://us-central1-npm.pkg.dev/cube-machine-learning/rewiring-america-js-repo"
},
"keywords": [
"rewiring-america",
"rem",
"electrification",
"utility",
"energy",
"emissions",
"savings"
]
}