UNPKG

shyft-storage-connector

Version:
97 lines (96 loc) 2.48 kB
{ "name": "shyft-storage-connector", "version": "0.7.0", "description": "Storage connector for Shyft", "main": "lib/index.js", "scripts": { "clean": "rimraf lib", "test": "jest --testPathIgnorePatterns test/", "test-watch": "jest --testPathIgnorePatterns test/ --watch", "test-integration": "TZ=UTC jest --runInBand", "test-integration-watch": "TZ=UTC jest --runInBand --watch", "lint": "eslint .", "lint-fix": "eslint . --fix", "lint-staged": "lint-staged", "coverage": "NODE_ENV=test TZ=UTC jest --runInBand --coverage", "coverage-ci": "npm run coverage && cat ./coverage/lcov.info | codecov", "build": "mkdir -p lib; npm run test && NODE_ENV=build babel src -d lib --verbose", "build-watch": "mkdir -p lib; NODE_ENV=build babel src -w -d lib --verbose", "release": "np --no-publish" }, "files": [ "lib", "storageScripts" ], "jest": { "testEnvironment": "node" }, "lint-staged": { "*.js": "./node_modules/eslint/bin/eslint.js" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "pre-commit": "lint-staged", "keywords": [ "shyft", "api", "postgres", "model", "generator", "storage", "postgresql", "dataloader", "shyft", "migrations", "mutations", "model", "finite-state-machine", "permissions", "database", "acl", "typeorm" ], "author": "Chris Kalmar <christian.kalmar@gmail.com>", "engines": { "node": ">= 6.0.0", "npm": ">= 2.0.0" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/chriskalmar/shyft-storage-connector" }, "devDependencies": { "@babel/cli": "7.12.1", "@babel/core": "7.12.3", "@babel/plugin-proposal-class-properties": "7.12.1", "@babel/plugin-transform-runtime": "7.12.1", "@babel/preset-env": "7.12.1", "@babel/runtime": "7.12.1", "babel-eslint": "10.1.0", "casual": "1.6.2", "codecov": "3.8.0", "eslint": "7.10.0", "eslint-config-prettier": "6.12.0", "husky": "4.3.0", "jest": "26.5.2", "lint-staged": "10.4.0", "pg": "8.4.0", "prettier": "2.1.2", "prettier-eslint": "11.0.0", "prettier-eslint-cli": "5.0.0", "rimraf": "3.0.2", "shyft": "0.8.0", "sqlite3": "5.0.0", "typeorm": "0.2.28" }, "dependencies": { "dataloader": "^2.0.0", "json-shaper": "^1.2.0", "lodash": "^4.17.10", "toposort": "^2.0.2" } }