UNPKG

1.58 kBJSONView Raw
1{
2 "name": "flexiblepersistence",
3 "version": "1.1.8",
4 "description": "",
5 "main": "dist/source/index.js",
6 "scripts": {
7 "postinstall": "",
8 "prepublish": "",
9 "build": "rm -rf dist/ && tsc",
10 "test": "jest --passWithNoTests --ci --verbose --forceExit --detectOpenHandles",
11 "integration": "jest -i -c integration.config.json --passWithNoTests --ci --verbose --forceExit --detectOpenHandles",
12 "prestart": "",
13 "tsc": "tsc",
14 "tsc:w": "tsc -w"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/Judahh/flexiblePersistence.git"
19 },
20 "author": "Judah Holanda Correia Lima <judahholanda7@gmail.com> (https://judahh.com)",
21 "license": "BSD-3-Clause",
22 "bugs": {
23 "url": "https://github.com/Judahh/flexiblePersistence/issues"
24 },
25 "homepage": "https://github.com/Judahh/flexiblePersistence#readme",
26 "dependencies": {
27 "default-initializer": "latest",
28 "journaly": "latest",
29 "mongoose": "latest",
30 "pg": "latest"
31 },
32 "devDependencies": {
33 "@types/jest": "latest",
34 "@types/mongodb": "latest",
35 "@types/mongoose": "latest",
36 "@types/node": "latest",
37 "@typescript-eslint/eslint-plugin": "latest",
38 "@typescript-eslint/parser": "latest",
39 "eslint": "latest",
40 "eslint-config-prettier": "latest",
41 "eslint-plugin-filenames": "latest",
42 "eslint-plugin-import": "latest",
43 "eslint-plugin-prettier": "latest",
44 "jest": "latest",
45 "mongodb": "latest",
46 "prettier": "latest",
47 "reflect-metadata": "latest",
48 "ts-jest": "latest",
49 "typescript": "latest"
50 }
51}
\No newline at end of file