|
1 | 1 | { |
2 | | - "name": "prisma-cache-nosql", |
3 | | - "version": "0.0.0-development", |
4 | | - "description": "", |
5 | | - "type": "module", |
6 | | - "main": "./dist/src/index.js", |
7 | | - "scripts": { |
8 | | - "test:generate-client": "prisma generate --schema ./tests/prisma/schema.prisma", |
9 | | - "test:push-schema": "prisma db push --schema ./tests/prisma/schema.prisma", |
10 | | - "build": "tsc -p tsconfig.build.json", |
11 | | - "test": "vitest", |
12 | | - "lint": "prettier --check . && eslint .", |
13 | | - "format": "prettier --write .", |
14 | | - "postinstall": "husky install", |
15 | | - "commit": "git-cz", |
16 | | - "publish": "npx semantic-release", |
17 | | - "semantic-release": "semantic-release" |
18 | | - }, |
19 | | - "exports": { |
20 | | - ".": { |
21 | | - "import": "./dist/src/index.js", |
22 | | - "require": "./dist/src/index.js" |
23 | | - } |
24 | | - }, |
25 | | - "files": [ |
26 | | - "dist" |
27 | | - ], |
28 | | - "author": "BearToCode", |
29 | | - "license": "ISC", |
30 | | - "peerDependencies": { |
31 | | - "prisma": "^5.7.0" |
32 | | - }, |
33 | | - "optionalDependencies": { |
34 | | - "acebase": "^1.29.5" |
35 | | - }, |
36 | | - "devDependencies": { |
37 | | - "@prisma/client": "^5.7.0", |
38 | | - "@types/node": "^20.10.4", |
39 | | - "@types/object-hash": "^3.0.6", |
40 | | - "@typescript-eslint/eslint-plugin": "^6.14.0", |
41 | | - "@typescript-eslint/parser": "^6.14.0", |
42 | | - "acebase": "^1.29.5", |
43 | | - "cz-conventional-changelog": "^3.3.0", |
44 | | - "eslint": "^8.56.0", |
45 | | - "husky": "^8.0.3", |
46 | | - "lint-staged": "^15.2.0", |
47 | | - "prettier": "^3.1.1", |
48 | | - "prisma": "^5.7.0", |
49 | | - "semantic-release": "^22.0.12", |
50 | | - "typescript": "^5.3.3", |
51 | | - "vitest": "^1.0.4" |
52 | | - }, |
53 | | - "dependencies": { |
54 | | - "chalk": "^5.3.0", |
55 | | - "object-hash": "^3.0.0" |
56 | | - }, |
57 | | - "lint-staged": { |
58 | | - "**/*.{js,jsx,ts,tsx}": [ |
59 | | - "eslint --fix", |
60 | | - "prettier --write" |
61 | | - ] |
62 | | - }, |
63 | | - "config": { |
64 | | - "commitizen": { |
65 | | - "path": "./node_modules/cz-conventional-changelog" |
66 | | - } |
67 | | - }, |
68 | | - "repository": { |
69 | | - "type": "git", |
70 | | - "url": "https://github.com/BearToCode/prisma-cache-nosql.git" |
71 | | - } |
| 2 | + "name": "prisma-cache-nosql", |
| 3 | + "version": "0.0.0-development", |
| 4 | + "description": "", |
| 5 | + "type": "module", |
| 6 | + "main": "./dist/src/index.js", |
| 7 | + "scripts": { |
| 8 | + "test:generate-client": "prisma generate --schema ./tests/prisma/schema.prisma", |
| 9 | + "test:push-schema": "prisma db push --schema ./tests/prisma/schema.prisma", |
| 10 | + "build": "tsc -p tsconfig.build.json", |
| 11 | + "test": "vitest", |
| 12 | + "lint": "prettier --check . && eslint .", |
| 13 | + "format": "prettier --write .", |
| 14 | + "postinstall": "husky install", |
| 15 | + "commit": "git-cz", |
| 16 | + "publish": "npx semantic-release", |
| 17 | + "semantic-release": "semantic-release" |
| 18 | + }, |
| 19 | + "exports": { |
| 20 | + ".": { |
| 21 | + "import": "./dist/src/index.js", |
| 22 | + "require": "./dist/src/index.js" |
| 23 | + } |
| 24 | + }, |
| 25 | + "files": [ |
| 26 | + "dist" |
| 27 | + ], |
| 28 | + "author": "BearToCode", |
| 29 | + "license": "ISC", |
| 30 | + "peerDependencies": { |
| 31 | + "prisma": "^5.7.0" |
| 32 | + }, |
| 33 | + "optionalDependencies": { |
| 34 | + "acebase": "^1.29.5" |
| 35 | + }, |
| 36 | + "devDependencies": { |
| 37 | + "@prisma/client": "^5.7.0", |
| 38 | + "@types/node": "^20.10.4", |
| 39 | + "@types/object-hash": "^3.0.6", |
| 40 | + "@typescript-eslint/eslint-plugin": "^6.14.0", |
| 41 | + "@typescript-eslint/parser": "^6.14.0", |
| 42 | + "acebase": "^1.29.5", |
| 43 | + "cz-conventional-changelog": "^3.3.0", |
| 44 | + "eslint": "^8.56.0", |
| 45 | + "husky": "^8.0.3", |
| 46 | + "lint-staged": "^15.2.0", |
| 47 | + "prettier": "^3.1.1", |
| 48 | + "prisma": "^5.7.0", |
| 49 | + "semantic-release": "^22.0.12", |
| 50 | + "typescript": "^5.3.3", |
| 51 | + "vitest": "^1.0.4" |
| 52 | + }, |
| 53 | + "dependencies": { |
| 54 | + "chalk": "^5.3.0", |
| 55 | + "object-hash": "^3.0.0" |
| 56 | + }, |
| 57 | + "lint-staged": { |
| 58 | + "**/*.{js,jsx,ts,tsx}": [ |
| 59 | + "eslint --fix", |
| 60 | + "prettier --write" |
| 61 | + ], |
| 62 | + "**/*.{json,css,md}": [ |
| 63 | + "prettier --write" |
| 64 | + ] |
| 65 | + }, |
| 66 | + "config": { |
| 67 | + "commitizen": { |
| 68 | + "path": "./node_modules/cz-conventional-changelog" |
| 69 | + } |
| 70 | + }, |
| 71 | + "repository": { |
| 72 | + "type": "git", |
| 73 | + "url": "https://github.com/BearToCode/prisma-cache-nosql.git" |
| 74 | + } |
72 | 75 | } |
0 commit comments