-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.05 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
{
"name": "track-db-test-library",
"version": "2.6.0-rc6",
"description": "Test utility for Track database challenges",
"main": "index.js",
"scripts": {
"test": "gulp"
},
"bin": {
"track-db": "bin/track-db.js",
"run-sql": "bin/run-sql.js"
},
"repository": {
"type": "git",
"url": "https://github.com/givery-technology/track-db-test-library.git"
},
"author": "Givery Technology",
"license": "MIT",
"bugs": {
"url": "https://github.com/givery-technology/track-db-test-library/issues"
},
"engines": {
"node": ">=16"
},
"dependencies": {
"csvjson": "^5.1.0",
"deep-equal": "^2.2.0",
"diff-match-patch": "^1.0.4",
"docopt": "^0.6.2",
"eaw": "^0.1.5",
"knex": "^2.4.0",
"yaml": "^1.6.0"
},
"peerDependencies": {
"sqlite3": "^5.0.11"
},
"devDependencies": {
"chai": "^4.2.0",
"fs-extra": "^11.1.0",
"fs-mktemp": "^1.1.3",
"glob": "^8.1.0",
"glob-parent": ">=5.1.2",
"gulp": "^5.0.0",
"gulp-custom-filter": "^0.4.3",
"gulp-mocha": "^9.0.0"
}
}