mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
71 lines
2 KiB
JSON
71 lines
2 KiB
JSON
{
|
|
"name": "@zenstackhq/testtools",
|
|
"displayName": "ZenStack Test Tools",
|
|
"description": "ZenStack Test Tools",
|
|
"version": "3.6.0",
|
|
"type": "module",
|
|
"author": {
|
|
"name": "ZenStack Team",
|
|
"email": "contact@zenstack.dev"
|
|
},
|
|
"homepage": "https://zenstack.dev",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/zenstackhq/zenstack"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "tsc --noEmit && tsdown",
|
|
"watch": "tsdown --watch",
|
|
"lint": "eslint src --ext ts",
|
|
"pack": "pnpm pack"
|
|
},
|
|
"keywords": [],
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"import": {
|
|
"types": "./dist/index.d.mts",
|
|
"default": "./dist/index.mjs"
|
|
},
|
|
"require": {
|
|
"types": "./dist/index.d.cts",
|
|
"default": "./dist/index.cjs"
|
|
}
|
|
},
|
|
"./types": {
|
|
"types": "./dist/types.d.ts"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@zenstackhq/common-helpers": "workspace:*",
|
|
"@zenstackhq/language": "workspace:*",
|
|
"@zenstackhq/schema": "workspace:*",
|
|
"@zenstackhq/orm": "workspace:*",
|
|
"@zenstackhq/sdk": "workspace:*",
|
|
"@zenstackhq/plugin-policy": "workspace:*",
|
|
"glob": "^11.1.0",
|
|
"kysely": "catalog:",
|
|
"mysql2": "catalog:",
|
|
"prisma": "catalog:",
|
|
"tmp": "catalog:",
|
|
"ts-pattern": "catalog:"
|
|
},
|
|
"peerDependencies": {
|
|
"better-sqlite3": "catalog:",
|
|
"pg": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@types/better-sqlite3": "catalog:",
|
|
"@types/node": "catalog:",
|
|
"@types/pg": "^8.11.11",
|
|
"@types/tmp": "catalog:",
|
|
"@zenstackhq/eslint-config": "workspace:*",
|
|
"@zenstackhq/tsdown-config": "workspace:*",
|
|
"@zenstackhq/typescript-config": "workspace:*",
|
|
"typescript": "catalog:"
|
|
},
|
|
"funding": "https://github.com/sponsors/zenstackhq"
|
|
}
|