-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 929 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
{
"name": "anydb-sql-migrations",
"version": "2.4.1",
"description": "Database migrations for anydb-sql",
"main": "lib/index.js",
"scripts": {
"test": "tape test/*.js"
},
"keywords": [
"anydb",
"sql",
"migrations"
],
"author": "spion",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/spion/anydb-sql-migrations.git"
},
"bugs": {
"url": "https://github.com/spion/anydb-sql-migrations/issues"
},
"homepage": "https://github.com/spion/anydb-sql-migrations",
"dependencies": {
"anydb-sql": "^0.7.1",
"bluebird": "^2.3.11",
"lodash": "^4.17.11",
"yargs": "^1.3.3"
},
"types": "./d.ts/anydb-sql-migrations.d.ts",
"devDependencies": {
"@types/lodash": "^4.14.50",
"blue-tape": "^0.1.8",
"source-map-support": "^0.2.8",
"sqlite3": "^4.0.4",
"tsc-wrap-definition": "^1.0.2",
"typescript": "^3.2.2"
}
}