-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.29 KB
/
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
47
48
{
"name": "dbface",
"description": "dbface",
"version": "0.0.12",
"homepage": "https://github.com/mosteast/dbface#readme",
"repository": "github:mosteast/dbface",
"main": "build/index.js",
"type": "build/index.d.ts",
"files": [
"build/"
],
"scripts": {
"test": "NODE_ENV=testing npx jest --coverage --runInBand --detectOpenHandles --forceExit",
"test:before": "docker-compose up -d && docker-compose logs",
"test:after": "docker-compose down",
"build": "./bin/build"
},
"author": "Mosteast team",
"license": "ISC",
"dependencies": {
"@mosteast/common_eid": "^0.1.3",
"@mosteast/e": "^0.1.8",
"@mosteast/env_helper": "^0.1.14",
"@mosteast/print_helper": "^0.1.7",
"lodash": "^4.17.15",
"pg-escape": "^0.2.0",
"yargs": "^15.3.1"
},
"devDependencies": {
"@types/fs-extra": "^8.1.1",
"@types/jest": "^24.9.1",
"@types/lodash": "^4.14.155",
"@types/mysql2": "github:types/mysql2",
"@types/node": "^11.15.14",
"@types/pg": "^7.14.3",
"@types/shelljs": "^0.8.8",
"@types/yargs": "^15.0.5",
"dotenv": "^8.2.0",
"fs-extra": "^8.1.0",
"jest": "^24.9.0",
"mysql2": "^2.1.0",
"pg": "^8.2.1",
"shelljs": "^0.8.3",
"ts-jest": "^24.3.0",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
}
}