UNPKG

@hosportal/sequelize-temporalize

Version:
49 lines (48 loc) 1.21 kB
{ "name": "@hosportal/sequelize-temporalize", "version": "5.0.1", "description": "Temporal tables for Sequelize", "main": "dist/index.js", "types": "dist/index.d.ts", "directories": { "test": "test" }, "scripts": { "build": "tsc", "test": "mocha --exit --bail --require source-map-support/register dist/test/" }, "repository": { "type": "git", "url": "git+https://github.com/hosportal/sequelize-temporalize.git" }, "keywords": [ "sequelize", "temporal", "versioning", "sql11", "undo", "paranoid", "historical" ], "author": "Hosportal <info@hosportal.com> (https://github.com/hosportal)", "license": "MIT", "bugs": { "url": "https://github.com/JamesJansson/sequelize-temporalize/issues" }, "homepage": "https://github.com/JamesJansson/sequelize-temporalize#readme", "dependencies": { "@types/mocha": "^5.2.7", "lodash": "^4.17.11", "source-map-support": "^0.5.13" }, "devDependencies": { "@types/chai": "^4.2.0", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "mocha": "^6.1.4", "prettier": "^1.18.2", "sequelize": "^6.9.0", "sqlite3": "^4.0.6", "typescript": "^3.5.3" } }