sample-api
Version:
A Hono.js library to generate random 16-digit codes
29 lines (28 loc) • 559 B
JSON
{
"name": "sample-api",
"version": "1.0.0",
"description": "A Hono.js library to generate random 16-digit codes",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "node esbuild.config.js",
"dev": "tsc --watch",
"publish": "npm publish"
},
"keywords": [
"hono",
"library",
"typescript",
"random-code",
"api"
],
"author": "Your Name",
"license": "MIT",
"dependencies": {
"hono": "^4.6.13"
},
"devDependencies": {
"esbuild": "^0.x.x",
"typescript": "^4.x.x"
}
}