-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.22 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
{
"name": "vitest-database-containers",
"type": "module",
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
"prepare": "husky install"
},
"private": true,
"author": "Ivan Vlatkovic",
"repository": {
"type": "git",
"url": "git+https://github.com/ivandotv/jest-database-containers.git"
},
"bugs": {
"url": "https://github.com/ivandotv/jest-database-containers/issues"
},
"homepage": "https://github.com/ivandotv/jest-database-containers#readme",
"dependencies": {
"mongodb": "^6.4.0",
"pg": "^8.11.3"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@types/pg": "^8.11.2",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitest/coverage-istanbul": "^1.3.1",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-tsdoc": "^0.2.17",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"microbundle": "^0.15.1",
"prettier": "^3.2.5",
"shx": "^0.3.4",
"testcontainers": "^10.7.2",
"time-span": "^5.1.0",
"typescript": "^5.4.2",
"vitest": "^1.3.1"
}
}