{ "name": "ivna-orm", "version": "1.1.0", "description": "Mini ORM for convenience", "main": "dist/index.js", "files": [ "dist/index.js", "dist/index.d.ts", "dist/app/**/*", "src/index.ts", "src/app/**/*", "orm.d.ts" ], "types": "dist/index.d.ts", "scripts": { "test": "node --no-warnings node_modules/.bin/jest --runInBand --forceExit", "build": "rimraf dist && tsc -b -v", "build:api": "npm run build && api-extractor run && rimraf 'dist/**/*.d.ts*'", "release": "standard-version -i HISTORY.md", "prepare": "npm test && npm run build:api" }, "repository": { "type": "git", "url": "https://git.archive.systems/Dezzpil/ivanovna.orm.git" }, "keywords": [ "ivanovna", "ivna", "orm" ], "author": "Nikita Orlov", "license": "ISC", "devDependencies": { "@jest/test-sequencer": "^27.2.3", "@microsoft/api-extractor": "^7.18.11", "@types/chai": "^4.2.22", "@types/jest": "^27.0.2", "@types/node": "^14.17.19", "chai": "^4.3.4", "jasmine": "^3.9.0", "jasmine-fail-fast": "^2.0.1", "jest": "^27.2.3", "jest-teamcity": "^1.10.0", "nanoid": "^3.1.28", "prettier": "^2.4.1", "rfdc": "^1.3.0", "standard-version": "^9.3.1", "ts-jest": "^27.0.5", "ts-node": "^10.2.1", "typescript": "^4.4.3" }, "peerDependencies": { "mongodb": "^4.1.2", "mongodb-client-encryption": "^1.2.7" }, "prettier": { "arrowParens": "avoid", "bracketSpacing": true, "printWidth": 110, "semi": false, "singleQuote": true, "tabWidth": 4 } }