{ "name": "@teable/v2-devtools", "version": "0.0.0", "private": true, "license": "MIT", "type": "module", "sideEffects": false, "bin": { "teable-devtools": "./bin/run.js" }, "main": "dist/index.cjs", "module": "dist/index.js", "types": "src/index.ts", "exports": { ".": { "@teable/source": "./src/index.ts", "types": "./src/index.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "files": [ "dist", "src", "bin" ], "scripts": { "build": "tsdown --tsconfig tsconfig.build.json", "dev": "tsdown --tsconfig tsconfig.build.json --watch", "cli": "NODE_NO_WARNINGS=1 tsx bin/run.ts", "clean": "rimraf ./dist ./coverage ./tsconfig.tsbuildinfo ./tsconfig.build.tsbuildinfo ./.eslintcache", "lint": "eslint . --ext .ts,.js,.mjs,.cjs,.mts,.cts --cache --cache-location ../../../.cache/eslint/v2-devtools.eslintcache", "typecheck": "NODE_NO_WARNINGS=1 tsc --project ./tsconfig.json --noEmit", "fix-all-files": "eslint . --ext .ts,.js,.mjs,.cjs,.mts,.cts --fix" }, "dependencies": { "@effect/cli": "0.54.4", "@effect/platform": "0.75.4", "@effect/platform-node": "0.71.0", "@teable/v2-adapter-csv-parser-papaparse": "workspace:*", "@teable/v2-adapter-db-postgres-pg": "workspace:*", "@teable/v2-adapter-db-postgres-pglite": "workspace:*", "@teable/v2-adapter-logger-console": "workspace:*", "@teable/v2-adapter-repository-postgres": "workspace:*", "@teable/v2-adapter-table-repository-postgres": "workspace:*", "@teable/v2-command-explain": "workspace:*", "@teable/v2-container-node": "workspace:*", "@teable/v2-core": "workspace:*", "@teable/v2-debug-data": "workspace:*", "@teable/v2-di": "workspace:*", "@teable/v2-dottea": "workspace:*", "@teable/v2-mock-records": "workspace:*", "@teable/v2-postgres-schema": "workspace:*", "@toon-format/toon": "2.1.0", "effect": "3.12.12", "kysely": "0.28.9", "neverthrow": "8.2.0" }, "devDependencies": { "@teable/v2-tsdown-config": "workspace:*", "@teable/eslint-config-bases": "workspace:^", "@types/node": "22.18.0", "eslint": "8.57.0", "prettier": "3.2.5", "rimraf": "5.0.5", "tsdown": "0.18.1", "tsx": "4.19.4", "typescript": "5.4.3" } }