-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
33 lines (33 loc) · 877 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
32
33
{
"name": "globalwarmingpotentials",
"version": "0.11.1",
"description": "Global warming potentials of greenhouse gases from various IPCC reports",
"scripts": {
"build": "tsc",
"format": "prettier --write index.js index.ts index.d.ts"
},
"main": "index.js",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/openclimatedata/globalwarmingpotentials.git"
},
"keywords": [
"climate research",
"climate change",
"greenhouse gases",
"global warming potentials"
],
"author": "Robert Gieseke",
"license": "CC0",
"bugs": {
"url": "https://github.com/openclimatedata/globalwarmingpotentials/issues"
},
"homepage": "https://github.com/openclimatedata/globalwarmingpotentials#readme",
"dependencies": {
"typescript": "^5.4.5"
},
"devDependencies": {
"prettier": "3.3.2"
}
}