forked from steven-ferguson/knex-cleaner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 974 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
39
40
41
42
{
"name": "knex-cleaner",
"version": "1.2.1",
"description": "Database cleaner for Knex.js and bookshelf.js",
"main": "./lib/knex_cleaner.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha --timeout 60000"
},
"repository": {
"type": "git",
"url": "git://github.com/steven-ferguson/knex-cleaner.git"
},
"keywords": [
"knex",
"knexjs",
"bookshelf",
"bookselfjs"
],
"author": "Steven Ferguson <steven.ferguson11@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/steven-ferguson/knex-cleaner/issues"
},
"contributors": [
"JT Turner (https://github.com/jtwebman)"
],
"dependencies": {
"bluebird": "^2.9.13",
"lodash": "^4.17.13"
},
"devDependencies": {
"chai": "3.5.x",
"chai-as-promised": "5.3.x",
"config": "^1.28.1",
"faker": "^2.1.2",
"knex": "^0.17.3",
"mocha": "6.x",
"mysql": "^2.16.0",
"pg": "^4.3.0",
"sqlite3": "^4.0.8"
}
}