mirror of
https://github.com/honojs/hono.git
synced 2024-11-25 13:19:30 +01:00
e6039f69f9
* Migrate to TypeScript * ready for publish
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"name": "hono",
|
|
"version": "0.0.11",
|
|
"description": "Tiny web framework for Cloudflare Workers and others.",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"test": "jest",
|
|
"build": "rimraf dist && tsc",
|
|
"watch": "tsc -w",
|
|
"prepublishOnly": "yarn build"
|
|
},
|
|
"author": "Yusuke Wada <yusuke@kamawada.com> (https://github.com/yusukebe)",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/yusukebe/hono.git"
|
|
},
|
|
"homepage": "https://github.com/yusukebe/hono",
|
|
"keywords": [
|
|
"web",
|
|
"app",
|
|
"http",
|
|
"application",
|
|
"framework",
|
|
"router",
|
|
"cloudflare",
|
|
"workers",
|
|
"fastly",
|
|
"compute@edge"
|
|
],
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "^3.3.0",
|
|
"@types/jest": "^27.4.0",
|
|
"@types/service-worker-mock": "^2.0.1",
|
|
"jest": "^27.4.5",
|
|
"rimraf": "^3.0.2",
|
|
"service-worker-mock": "^2.0.5",
|
|
"ts-jest": "^27.1.2",
|
|
"typescript": "^4.5.4"
|
|
}
|
|
} |