coap-fast-router
Version:
Fast CoAP Router
52 lines (51 loc) • 1.34 kB
JSON
{
"name": "coap-fast-router",
"version": "0.2.0",
"description": "Fast CoAP Router",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"start": "tsx example",
"build": "pnpm run --silent clean && tsc",
"clean": "rimraf lib",
"lint": "eslint \"src/**/*.ts\"",
"prettier": "prettier --write \"src/**/*.ts\"",
"prepare": "husky",
"pre-commit": "lint-staged"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crux153/coap-fast-router.git"
},
"keywords": [
"CoAP",
"Router"
],
"author": "Crux <crux153@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/crux153/coap-fast-router/issues"
},
"homepage": "https://github.com/crux153/coap-fast-router#readme",
"dependencies": {
"@ref/coap": "^0.24.1",
"lru-cache": "^11.1.0",
"path-to-regexp": "^8.2.0"
},
"devDependencies": {
"@types/node": "^22.14.1",
"eslint": "^9.24.0",
"eslint-config-prettier": "^10.1.2",
"husky": "^9.1.7",
"lint-staged": "^15.5.1",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"tsx": "^4.19.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.30.1"
},
"packageManager": "pnpm@10.8.1+sha256.d8b2ebbc65cf02c349eca6b45c9640b910f16b6adebdb7b926e9db440e47cac7"
}