Aktueller Stand
This commit is contained in:
81
backend/node_modules/@mrleebo/prisma-ast/package.json
generated
vendored
Normal file
81
backend/node_modules/@mrleebo/prisma-ast/package.json
generated
vendored
Normal file
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"version": "0.13.1",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
"files": [
|
||||
"dist",
|
||||
"src"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "dts watch",
|
||||
"build": "dts build",
|
||||
"test": "dts test",
|
||||
"test:watch": "dts test --watch",
|
||||
"lint": "eslint src",
|
||||
"prepare": "dts build",
|
||||
"size": "NODE_OPTIONS=--openssl-legacy-provider size-limit",
|
||||
"publish-better": "npx np"
|
||||
},
|
||||
"peerDependencies": {},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "eslint src"
|
||||
}
|
||||
},
|
||||
"prettier": {
|
||||
"printWidth": 80,
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "es5"
|
||||
},
|
||||
"name": "@mrleebo/prisma-ast",
|
||||
"author": "Jeremy Liberman",
|
||||
"module": "dist/prisma-ast.esm.js",
|
||||
"size-limit": [
|
||||
{
|
||||
"path": "dist/prisma-ast.cjs.production.min.js",
|
||||
"limit": "56 KB"
|
||||
},
|
||||
{
|
||||
"path": "dist/prisma-ast.esm.js",
|
||||
"limit": "56 KB"
|
||||
}
|
||||
],
|
||||
"devDependencies": {
|
||||
"@size-limit/preset-small-lib": "^8.2.6",
|
||||
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
||||
"@typescript-eslint/parser": "^4.22.0",
|
||||
"dts-cli": "^2.0.3",
|
||||
"eslint": "^7.24.0",
|
||||
"husky": "^6.0.0",
|
||||
"jest": "^29.6.0",
|
||||
"prettier": "^2.8.8",
|
||||
"size-limit": "^8.2.6",
|
||||
"ts-jest": "^29.1.1",
|
||||
"tslib": "^2.4.0",
|
||||
"typescript": "^5.1.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"chevrotain": "^10.5.0",
|
||||
"lilconfig": "^2.1.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"description": "This library uses an abstract syntax tree to parse schema.prisma files into an object in JavaScript. It is similar to [@prisma/sdk](https://github.com/prisma/prisma/tree/master/src/packages/sdk) except that it preserves comments and model attributes.",
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/MrLeebo/prisma-ast.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/MrLeebo/prisma-ast/issues"
|
||||
},
|
||||
"homepage": "https://github.com/MrLeebo/prisma-ast#readme"
|
||||
}
|
||||
Reference in New Issue
Block a user