UNPKG

sails-hook-orm

Version:

The ORM hook from Sails core.

49 lines (48 loc) 1.16 kB
{ "name": "sails-hook-orm", "version": "4.0.3", "description": "The ORM hook from Sails core.", "main": "index.js", "scripts": { "test": "npm run lint && npm run custom-tests && echo 'Done.'", "custom-tests": "node ./node_modules/mocha/bin/mocha test -t 15000 && echo", "lint": "node ./node_modules/eslint/bin/eslint . --max-warnings=0 && echo '✔ Your code looks good.'" }, "repository": { "type": "git", "url": "git+https://github.com/balderdashy/sails-hook-orm.git" }, "keywords": [ "waterline", "orm", "sails", "hook", "sails-hook" ], "author": "Mike McNeil", "license": "MIT", "bugs": { "url": "https://sailsjs.com/bugs" }, "homepage": "https://sailsjs.com", "dependencies": { "@sailshq/lodash": "^3.10.2", "async": "2.6.4", "chalk": "2.3.0", "flaverr": "^1.8.0", "parley": "^3.3.2", "prompt": "1.2.1", "sails-disk": "^2.0.0", "waterline": "^0.15.0", "waterline-utils": "^1.0.0" }, "sails": { "isHook": true, "hookName": "orm" }, "devDependencies": { "eslint": "4.11.0", "mocha": "3.0.2", "sails": "^1.0.0-5" } }