@elium/mighty
Version:
Context agnostic TS & JS ORM
48 lines (47 loc) • 1.46 kB
JSON
{
"name": "@elium/mighty",
"appName": "mighty",
"version": "5.1.1",
"homepage": "https://github.com/Elium/mighty#readme",
"author": "Arnaud Bosc <bosc.arno@gmail.com>",
"description": "Context agnostic TS & JS ORM",
"license": "MIT",
"scripts": {
"build": "tsc -p .",
"dev": "tsc -w -p .",
"start": "npm run dev",
"pretest": "npm run build",
"test": "mocha lib/test --recursive -R spec",
"coverage": "istanbul cover _mocha -- --recursive lib/test -R spec",
"coverage:ci": "istanbul cover _mocha --report lcovonly -- -R spec --recursive lib/test && cat ./coverage/lcov.info | coveralls",
"test:watch": "npm run build && npm run mocha:watch",
"preversion": "npm test",
"postversion": "git push --follow-tags",
"deploy": "cp package.json LICENSE.md ./lib/src && npm publish --access=public lib/src"
},
"repository": {
"url": "git+https://github.com/Elium/mighty.git"
},
"main": "index.js",
"devDependencies": {
"@types/chai": "~3.4.34",
"@types/lodash": "~4.14.62",
"@types/mocha": "~2.2.38",
"@types/node": "~7.0.12",
"chai": "~3.5.0",
"coveralls": "~2.11.12",
"del": "~2.2.1",
"hapi": "~16.1.0",
"istanbul": "~0.4.4",
"mocha": "~3.2.0",
"mocha-lcov-reporter": "~1.2.0",
"typescript": "~2.2.2"
},
"dependencies": {
"lodash": "~4.17.4",
"rxjs": "~5.1.0"
},
"bugs": {
"url": "https://github.com/Elium/mighty/issues"
}
}