You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
269 B
13 lines
269 B
1 year ago
|
{
|
||
|
"name": "@weather-platform/prisma-generator",
|
||
|
"version": "0.0.1",
|
||
|
"dependencies": {
|
||
|
"@nx/devkit": "16.10.0",
|
||
|
"tslib": "^2.3.0"
|
||
|
},
|
||
|
"type": "commonjs",
|
||
|
"main": "./src/index.js",
|
||
|
"typings": "./src/index.d.ts",
|
||
|
"generators": "./generators.json"
|
||
|
}
|