package.json•1.21 kB
{
"name": "system-udfs",
"version": "0.0.0",
"main": "./dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "rm -rf dist && tsc",
"clean": "rm -rf dist",
"lint": "tsc && cd convex && eslint .",
"prepare": "npm run build",
"test": "vitest run --pass-with-no-tests"
},
"dependencies": {
"object-inspect": "^1.12.0",
"zod": "^3.24.0",
"base64-js": "^1.5.1",
"web-streams-polyfill": "~3.3.0",
"abortcontroller-polyfill": "1.7.6",
"lodash": "~4.17.21",
"id-encoding": "workspace:*",
"js-base64": "~3.7.4",
"convex": "workspace:*",
"prettier": "3.6.2",
"udf-syscall-ffi": "workspace:*"
},
"devDependencies": {
"@types/object-inspect": "^1.8.1",
"@types/lodash": "~4.17.0",
"@types/node": "^18.17.0",
"convex-test": "^0.0.38",
"eslint": "^8.29.0",
"eslint-plugin-react-hooks": "^5.1.0-beta-26f2496093-20240514",
"eslint-plugin-react": "^7.37.2",
"vitest": "^3.2.4",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-prettier": "^5.0.0",
"typescript": "~5.0.3"
}
}