-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 994 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
{
"name": "bee-r_api",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'test/**/*.ts'",
"clean": "rm -rf beer.db *.log",
"cleantest": "npm run clean && npm run test",
"gendocs": "typedoc"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/chai": "^4.2.16",
"@types/chai-http": "^4.2.0",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.11",
"@types/mocha": "^8.2.2",
"@types/pouchdb": "^6.4.0",
"@types/pouchdb-find": "^6.3.6",
"@types/winston": "^2.4.4",
"chai": "^4.3.4",
"mocha": "^8.3.2",
"ts-node": "^9.1.1",
"typedoc": "^0.20.36",
"typescript": "^4.2.4"
},
"dependencies": {
"chai-http": "^4.3.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mqtt": "^4.2.6",
"pouchdb": "^7.2.2",
"pouchdb-find": "^7.2.2",
"winston": "^3.3.3"
}
}