UNPKG

@coatl/tokio

Version:

<img src='logo.jpeg' width='200px' heigth='200px'/>

39 lines 1.12 kB
{ "name": "@coatl/tokio", "version": "0.0.14", "description": "", "main": "./dist/index.js", "type": "module", "types": "./dist/index.d.ts", "module": "./dist/index.js", "keywords": [ "HTTP", "WebSocket", "Server", "Typescript", "Tokio" ], "author": "carlos-burelo", "license": "LGPL-3.0-or-later", "devDependencies": { "@types/node": "^20.10.5", "@typescript-eslint/eslint-plugin": "^6.14.0", "esbuild": "^0.19.9", "esbuild-plugin-d.ts": "^1.2.2", "eslint": "^8.56.0", "eslint-config-standard-with-typescript": "^43.0.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "^16.4.0", "eslint-plugin-promise": "^6.1.1", "hono": "^3.11.9", "tsx": "^4.6.2", "typescript": "5.3.3" }, "scripts": { "dev": "tsx watch index.ts", "test": "tsx watch test/index.ts", "build": "esbuild src/index.ts --bundle --platform=node --outfile=dist/index.js --format=esm --target=es2022 --minify && copy src\\types.d.ts dist\\index.d.ts", "lint": "eslint ./src --ext .ts", "lint:fix": "eslint ./src --ext .ts --fix" } }