This repository has been archived by the owner on Aug 7, 2021. It is now read-only.
generated from pabio/template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.39 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "prisma-class-validator",
"version": "1.1.3",
"description": "Automatically generator class-validator schema from Prisma client",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "jest",
"test-watch": "jest --watch",
"coverage": "jest --coverage",
"update-template": "npx update-template https://github.com/koj-co/prisma-class-validator",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koj-co/prisma-class-validator.git"
},
"keywords": [
"koj",
"prisma",
"class-validator",
"class-transform",
"prisma-client",
"nodejs",
"typescript"
],
"author": "Anand Chowdhary <mail@anandchowdhary.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/koj-co/prisma-class-validator/issues"
},
"homepage": "https://github.com/koj-co/prisma-class-validator#readme",
"devDependencies": {
"@koj/config": "1.2.11",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.2.0",
"@semantic-release/npm": "^7.0.10",
"@types/jest": "^26.0.20",
"jest": "^26.6.3",
"semantic-release": "^17.3.9",
"semantic-release-gitmoji": "^1.3.4",
"ts-jest": "^26.5.1",
"typescript": "^4.1.5",
"update-template": "^1.3.1"
},
"dependencies": {
"prettier": "^2.2.1"
}
}