UNPKG

sdmpr

Version:
34 lines 780 B
{ "name": "sdmpr", "version": "1.0.21", "description": "Simple Data Mapper", "main": "./dist/index.js", "scripts": { "build": "tsc", "xpublish": "npm run build && git push && npm publish", "test": "npx mocha -r ts-node/register test/**/*" }, "repository": { "type": "git", "url": "git+https://github.com/bc238dev/sdmpr.git" }, "keywords": [ "simple", "data", "mapper" ], "author": "bc238dev", "license": "MIT", "bugs": { "url": "https://github.com/bc238dev/sdmpr/issues" }, "homepage": "https://github.com/bc238dev/sdmpr#readme", "devDependencies": { "@types/chai": "^4.2.0", "@types/mocha": "^5.2.7", "chai": "^4.2.0", "mocha": "^6.2.0", "ts-node": "^8.3.0", "typescript": "^3.5.3" } }