orientx
Version:
An OrientDB development tools
59 lines (58 loc) • 1.27 kB
JSON
{
"name": "orientx",
"version": "0.3.2",
"description": "An OrientDB development tools",
"bin": "./bin/orientx.js",
"main": "index.js",
"keywords": [
"orientdb",
"cli",
"nodejs",
"devtools",
"migration",
"schema",
"orientjs",
"database"
],
"repository": {
"type": "git",
"url": "https://github.com/dastoori/orientx.git"
},
"bugs": {
"url": "https://github.com/dastoori/orientx/issues"
},
"homepage": "https://github.com/dastoori/orientx#README",
"author": "Rasool Dastoori",
"license": "MIT",
"scripts": {
"start": "node ./bin/orientx.js",
"lint": "eslint ."
},
"dependencies": {
"chalk": "^2.1.0",
"commander": "^2.11.0",
"common-tags": "^1.4.0",
"dargs": "^5.1.0",
"fs-extra": "^4.0.2",
"glob": "^7.1.2",
"js-yaml": "^3.10.0",
"lodash.flatten": "^4.4.0",
"mem": "^3.0.0",
"migrate": "^1.0.0-2",
"minimist": "^1.2.0",
"npm-run-path": "^2.0.2",
"orientjs": "^2.2.7",
"p-map": "^1.2.0",
"pascal-case": "^2.0.1",
"pkg-dir": "^2.0.0",
"plur": "^2.1.2",
"signal-exit": "^3.0.2",
"yup": "^0.23.0"
},
"devDependencies": {
"eslint-config-afrasa": "^1.0.1"
},
"engines": {
"node": ">=8.0.0"
}
}