-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 789 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 789 Bytes
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
{
"name": "prisma-schema-dsl-types",
"version": "1.1.2",
"description": "types library for prisma-schema-dsl",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "jest",
"format": "prettier --write src",
"check-format": "prettier --check src",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amplication/prisma-schema-dsl-types.git"
},
"keywords": [
"prisma",
"schema",
"dsl",
"javascript",
"ast",
"generator"
],
"author": {
"name": "Amplication",
"email": "contact@amplication.com",
"url": "https://amplication.com"
},
"license": "MIT",
"dependencies": {
"typescript": "^4.9.3"
},
"devDependencies": {
"prettier": "^2.8.0"
}
}