-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 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
32
33
34
{
"name": "air-monitor-algorithms",
"version": "1.0.4",
"description": "Algorithms used in air quality processing.",
"main": "./src/index.js",
"type": "module",
"scripts": {
"build": "babel src -d dist",
"docs": "jsdoc src -d docs -R ./README.md -c ./jsdoc.conf.json",
"test": "uvu"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MazamaScience/air-monitor-algorithms.git"
},
"keywords": [
"'air-quality'"
],
"author": "Jonathan Callahan",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/MazamaScience/air-monitor-algorithms/issues"
},
"homepage": "https://github.com/MazamaScience/air-monitor-algorithms#readme",
"dependencies": {
"moment-timezone": "^0.5.40"
},
"devDependencies": {
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"uvu": "^0.5.6"
}
}