-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
34 lines (34 loc) · 924 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": "device-types",
"version": "1.0.0",
"description": "Akenza Device Type Library",
"main": "index.js",
"scripts": {
"test": "mocha \"types/**/*.spec.js\" \"lib/**/*.spec.js\"",
"integration-test": "TEST_MODE=INTEGRATION API_KEY=$API_KEY SCRIPT_RUN_URL=$SCRIPT_RUN_URL npm run test"
},
"author": "",
"license": "ISC",
"devDependencies": {
"ajv": "^6.12.4",
"axios": "^0.21.4",
"bits": "file:lib/bits",
"chai": "^4.2.0",
"eslint": "^7.26.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"glob": "^7.1.6",
"hex": "file:lib/hex",
"jsonschema": "^1.2.6",
"mocha": "^10.2.0",
"prettier": "3.2.5",
"rewire": "^5.0.0",
"sync-request": "^6.1.0",
"test-utils": "file:lib/test"
},
"dependencies": {
"dotenv": "^16.3.1"
}
}