UNPKG

1.17 kBJSONView Raw
1{
2 "name": "wander-cli",
3 "version": "1.1.3",
4 "description": "Database Migrations for Modern Apps",
5 "main": "dist/index.js",
6 "bin": {
7 "wander": "./bin/wander.js"
8 },
9 "scripts": {
10 "build": "tsc",
11 "clean": "node ./node_modules/rimraf/bin dist",
12 "prepublish": "npm run clean && npm run build"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/dividedbyzeroco/wander-cli.git"
17 },
18 "keywords": [
19 "migration",
20 "database",
21 "db"
22 ],
23 "author": "Jake Josol",
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/dividedbyzeroco/wander-cli/issues"
27 },
28 "homepage": "https://github.com/dividedbyzeroco/wander-js#readme",
29 "dependencies": {
30 "@types/common-tags": "^1.4.0",
31 "@types/glob": "^5.0.35",
32 "@types/mysql": "^2.15.4",
33 "@types/node": "^9.6.4",
34 "chalk": "^2.3.2",
35 "commander": "^2.15.1",
36 "common-tags": "^1.7.2",
37 "cwd": "^0.10.0",
38 "enforce-js": "^1.2.6",
39 "eslint": "^4.19.1",
40 "glob": "^7.1.2",
41 "global": "^4.3.2",
42 "mysql": "^2.15.0",
43 "parse-url": "^3.0.2",
44 "promptly": "^3.0.3",
45 "rimraf": "^2.6.2",
46 "typescript": "^2.8.3"
47 }
48}