Skip to main content
Module

x/keywork/package.json

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Go to Latest
File
{ "name": "@keywork/monorepo", "private": true, "version": "0.0.1", "license": "AGPL-3.0", "author": "Teffen Ellis <teffen@nirri.us>", "packageManager": "yarn@1.22.0", "type": "module", "engines": { "node": ">= 17.4" }, "workspaces": [ "./lib", "./site" ], "scripts": { "lint": "eslint ./dist", "build": "deno run -A scripts/build-dist.ts", "build:docs": "cd site && npm run build", "build:all": "npm run build && npm run build:docs", "test": "deno test lib", "test:node": "jest" }, "dependencies": { "@typescript-eslint/eslint-plugin": "^5.10.2", "@typescript-eslint/parser": "^5.10.2", "esbuild": "^0.14.48", "eslint": "^8.19.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-header": "^3.1.1", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-tsdoc": "^0.2.16", "fast-glob": "^3.2.11", "jest": "^28.1.1", "miniflare": "^2.4.0", "prettier": "^2.7.1", "prettier-plugin-organize-imports": "^3.0.0", "rimraf": "^3.0.2", "typescript": "^4.7.4" }}