nadesiko3-server
Version:
HTTP Server Plugin for Nadesiko3
31 lines (30 loc) • 797 B
JSON
{
"name": "nadesiko3-server",
"version": "3.6.6",
"description": "HTTP Server Plugin for Nadesiko3",
"main": "nadesiko3-server.mjs",
"scripts": {
"start": "cnako3 sample/hello.nako3",
"nako3edit": "cnako3 sample/nako3edit/index.nako3",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kujirahand/nadesiko3-server.git"
},
"keywords": ["nadesiko3"],
"author": "kujirahand",
"license": "MIT",
"bugs": {
"url": "https://github.com/kujirahand/nadesiko3-server/issues"
},
"homepage": "https://github.com/kujirahand/nadesiko3-server#readme",
"files": [
"sample/"
],
"dependencies": {
"body-parser": "^1.20.0",
"express": "^4.18.1",
"form-data": "^4.0.0"
}
}