UNPKG

@smallprod/models

Version:
65 lines 2.08 kB
{ "name": "@smallprod/models", "version": "5.0.2", "main": "./dist/index.js", "types": "./dist/index.d.ts", "description": "Model library", "keywords": [ "SmallProd", "Model", "Postgres", "MariaDb", "MySQL", "OracleDB", "MSSql", "Migration", "ORM", "Entity" ], "homepage": "", "bugs": {}, "author": "SmallProd Team", "license": "MIT", "private": false, "scripts": { "build": "tsc --project tsconfig.json", "run": "node dist/index.js", "db:migrate": "node exemples/migration.js migrate", "db:reset": "node exemples/migration.js reset", "test:init": "./src/_tests/_config/init_tests.sh", "test:before": "./src/_tests/_config/before_tests.sh", "test:after": "./src/_tests/_config/after_tests.sh", "test:all": "jest --config ./src/_tests/_config/jest.config.js --coverage --verbose --runInBand", "test:all:watch": "jest --config ./src/_tests/_config/jest.config.js --coverage --verbose --runInBand --watch", "test": "./src/_tests/_config/tests.sh" }, "devDependencies": { "@smallprod/models": "file:./dist", "@types/chai": "^4.2.14", "@types/jest": "^26.0.15", "@types/mssql": "^6.0.5", "@types/mysql": "^2.15.15", "@types/oracledb": "^5.0.0", "@types/pg": "^7.14.5", "@types/readable-stream": "2.3.9", "chai": "^4.2.0", "jest": "^26.6.1", "mssql": "^6.2.3", "mysql": "^2.18.1", "oracledb": "^5.0.0", "pg": "^8.4.2", "prettier": "^2.1.2", "ts-jest": "^26.4.3", "ts-loader": "^8.0.7", "tslint": "^6.1.3", "tslint-config-airbnb": "^5.11.2", "tslint-config-prettier": "^1.18.0", "tslint-plugin-prettier": "^2.3.0", "typescript": "^4.0.5" }, "dependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/ApierBySmallProd/NodeModels.git" } }