@saber2pr/nana
Version:
a http-server framework.
33 lines • 652 B
JSON
{
"name": "@saber2pr/nana",
"version": "0.1.0",
"description": "a http-server framework.",
"repository": {
"type": "git",
"url": "git+https://github.com/Saber2pr/nana.git"
},
"author": "saber2pr",
"license": "ISC",
"files": [
"lib/core/*",
"lib/index.*"
],
"keywords": [
"httpserver",
"typescript",
"context"
],
"main": "./lib/index.js",
"scripts": {
"test": "node ./lib/test/test.js",
"start": "tsc --watch"
},
"devDependencies": {
"typescript": "^3.2.1"
},
"dependencies": {
"@saber2pr/event": "^0.1.0",
"@saber2pr/ts-lib": "0.0.3",
"@types/node": "^11.13.0"
}
}