easy-api.ts
Version:
A powerful library to create your own API with ease.
56 lines • 1.31 kB
JSON
{
"name": "easy-api.ts",
"version": "3.7.9",
"description": "A powerful library to create your own API with ease.",
"main": "lib/main.js",
"types": "lib/main.d.ts",
"keywords": [
"aoi.js",
"api",
"express",
"bdfd",
"easy-api",
"ea.ts"
],
"bin": {
"eats": "./bin/index.js"
},
"author": "Mid",
"license": "Read licence in LICENSE.md",
"devDependencies": {
"@types/hjson": "^2.4.6",
"@types/lodash": "^4.17.1",
"@types/mime-types": "^2.1.4",
"@types/ms": "^0.7.34",
"@types/node": "^20.12.12",
"miduco": "^1.0.2",
"st.db": "^7.2.10",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"typescript": "^5.4.5",
"uglify-js": "^3.17.4"
},
"dependencies": {
"@napi-rs/canvas": "^0.1.56",
"ascii-table3": "^0.9.0",
"axios": "^1.6.8",
"colors": "^1.4.0",
"fastify": "^5.2.0",
"hjson": "^3.2.2",
"lodash": "^4.17.21",
"midb": "^2.0.0",
"mime-types": "^2.1.35",
"ms": "^2.1.3",
"spinnies": "^0.5.1",
"tiny-typed-emitter": "^2.1.0",
"tslib": "^2.6.2",
"yaml": "^2.5.0",
"yargs": "^17.7.2"
},
"scripts": {
"compile": "tsc -w",
"gen:metadata": "node ./generateMetadata.js",
"prebuild": "tsc && tsc-alias && node ./encode.js",
"run": "node index.js"
}
}