UNPKG

tspace-spear

Version:

tspace-spear is a lightweight API framework for Node.js that is fast and highly focused on providing the best developer experience. It utilizes the native HTTP server

62 lines (61 loc) 1.78 kB
{ "name": "tspace-spear", "version": "1.2.0", "description": "tspace-spear is a lightweight API framework for Node.js that is fast and highly focused on providing the best developer experience. It utilizes the native HTTP server", "main": "./build/lib/index.js", "types": "./build/lib/index.d.ts", "files": [ "build" ], "type": "commonjs", "repository": { "type": "git", "url": "https://github.com/thanathip41/tspace-spear.git" }, "keywords": [ "tspace", "tspace-spear", "api", "rest api", "fast", "low overhead" ], "author": "Thanathip (https://github.com/thanathip41)", "license": "MIT", "bugs": { "url": "https://github.com/thanathip41/tspace-spear" }, "homepage": "https://github.com/thanathip41", "scripts": { "build": "tsc", "prepare": "npm run build", "release": "npm run build && npm publish", "test": "npm run build && node build/tests/benchmark.test.js", "test:build": "node build/tests/benchmark.test.js", "load": "autocannon -c 100 -d 40 -p 10 localhost:3000" }, "dependencies": { "busboy": "1.6.0", "find-my-way": "7.7.0", "mime-types": "2.1.35", "on-finished": "2.4.1", "reflect-metadata": "0.1.14", "swagger-ui-dist": "5.17.10" }, "devDependencies": { "@types/autocannon": "7.12.5", "@types/busboy": "1.5.4", "@types/express": "4.17.21", "@types/mime-types": "2.1.4", "@types/node": "16.4.0", "@types/on-finished": "2.3.4", "@types/swagger-ui-dist": "3.30.4", "@types/yargs": "17.0.32", "autocannon": "7.15.0", "express": "4.19.2", "fastify": "4.28.1", "ts-node": "10.9.2", "typescript": "5.4.5", "yargs": "17.7.2" } }