-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 880 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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "ms5611",
"version": "1.0.0",
"description": "",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"keywords": [
"ms5611",
"i2c",
"pressure",
"barometer",
"temperature",
"thermometer"
],
"scripts": {
"build": "unbuild"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bienzaaron/node-ms5611.git"
},
"author": "AJ Bienz <ajbienz7@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bienzaaron/node-ms5611/issues"
},
"dependencies": {
"i2c-bus": "^5.2.2"
},
"devDependencies": {
"@types/i2c-bus": "^5.1.0",
"unbuild": "^0.7.3"
}
}