@nikitajs/db
Version:
Provides Nikita actions for various database operations. Currently supports PostgreSQL, MySQL and MariaDB.
102 lines (101 loc) • 2.13 kB
JSON
{
"name": "@nikitajs/db",
"version": "1.0.0-alpha.9",
"description": "Provides Nikita actions for various database operations. Currently supports PostgreSQL, MySQL and MariaDB.",
"keywords": [
"nikita",
"build",
"cli",
"deploy",
"install",
"database",
"sql",
"query",
"schema",
"table",
"data",
"ssh",
"system",
"task"
],
"author": "David Worms <david@adaltas.com>",
"bugs": {
"url": "https://github.com/adaltas/node-nikita/issues"
},
"coffeelintConfig": {
"indentation": {
"level": "error",
"value": 2
},
"line_endings": {
"level": "error",
"value": "unix"
},
"max_line_length": {
"level": "ignore"
}
},
"contributors": [
{
"name": "David Worms",
"email": "david@adaltas.com"
},
{
"name": "Sergei Kudinov",
"email": "sergei@adaltas.com"
}
],
"peerDependencies": {
"@nikitajs/core": "^1.0.0-alpha.1"
},
"devDependencies": {
"coffeescript": "^2.7.0",
"mocha": "^10.7.0",
"mocha-they": "^0.1.3",
"should": "^13.2.3"
},
"engines": {
"node": ">= 10.0.0"
},
"exports": {
"./register": "./lib/register.js",
"./utils": "./lib/utils/index.js",
"./utils/*": "./lib/utils/*.js",
"./*": "./lib/*/index.js"
},
"files": [
"/lib"
],
"mocha": {
"inline-diffs": true,
"loader": "../core/test/loaders/all.js",
"recursive": true,
"reporter": "spec",
"require": [
"@nikitajs/db/register",
"should"
],
"throw-deprecation": true,
"timeout": 50000
},
"publishConfig": {
"access": "public"
},
"homepage": "https://nikita.js.org/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/adaltas/node-nikita",
"directory": "packages/db"
},
"scripts": {
"test": "npm run test:local && npm run test:env",
"test:env": "env/run.sh",
"test:local": "mocha 'test/**/*.coffee'"
},
"dependencies": {
"dedent": "^1.5.3"
},
"type": "module",
"gitHead": "8d418de4cc3a3123404d95ac93fce2496dbb62a3"
}