midnight
Version:
Web framework for building modern web applications
38 lines (37 loc) • 906 B
JSON
{
"name": "midnight",
"version": "0.2.1",
"description": "Web framework for building modern web applications",
"author": "Matias Savela <msavela@gmail.com> (http://mati.as)",
"repository": {
"type": "git",
"url": "https://github.com/msavela/midnight"
},
"keywords": [
"midnight",
"web",
"rest",
"app",
"application",
"api",
"framework",
"http",
"server"
],
"devDependencies": {
"@types/node": "^24.10.1",
"istanbul": "^0.4.5",
"mocha": "^11.7.5",
"supertest": "^7.1.4",
"typescript": "^5.9.3"
},
"scripts": {
"test": "mocha --reporter spec --bail --check-leaks test/ --exit",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"build": "tsc",
"prepublishOnly": "npm run build"
},
"main": "dist/index.js",
"types": "./index.d.ts",
"license": "MIT"
}