-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.4 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
42
43
44
45
46
47
48
49
50
{
"name": "@ucdavis/lca",
"version": "1.6.8",
"description": "Life cycle assessment of the utilization of woody biomass for electricity generation",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ucdavis/LCA.git"
},
"author": "Kaiyan Li <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"prebuild": "tslint -c tslint.json -p tsconfig.json",
"build": "tsc",
"dev": "npm run build && node .",
"start": "node ./index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build",
"clean": "rm *.js *.js.map *.d.ts"
},
"dependencies": {
"express": "^4.16.4",
"papaparse": "^5.2.0",
"path": "^0.12.7",
"swagger-ui-express": "^4.1.4"
},
"devDependencies": {
"@types/express": "^4.16.1",
"@types/node": "^10.12.21",
"@types/papaparse": "^5.0.6",
"@types/swagger-ui-express": "^4.1.2",
"nodemon": "^2.0.4",
"tslint": "^5.12.1",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.3.1"
},
"bugs": {
"url": "https://github.com/ucdavis/LCA/issues"
},
"homepage": "https://github.com/ucdavis/LCA#readme",
"keywords": [
"life cycle assessment",
"woody biomass",
"criteria air pollutants",
"greenhouse gases",
"life cycle emissions",
"environmental impacts"
]
}