This repository has been archived on 2024-09-15. You can view files and clone it, but cannot push or open issues or pull requests.
neste/package.json
Matheus Sampaio Queiroga 9dd93d4b24
Some checks failed
Teste / Test in node ${{ matrix.node }} (14.x) (push) Successful in 54s
Teste / Test in node ${{ matrix.node }} (15.x) (push) Failing after 34s
Teste / Test in node ${{ matrix.node }} (16.x) (push) Failing after 31s
Teste / Test in node ${{ matrix.node }} (17.x) (push) Failing after 36s
Teste / Test in node ${{ matrix.node }} (18.x) (push) Successful in 43s
Teste / Test in node ${{ matrix.node }} (19.x) (push) Successful in 44s
Teste / Test in node ${{ matrix.node }} (20.x) (push) Successful in 45s
Publish v3.1.2
2023-12-18 20:34:03 -03:00

54 lines
1.1 KiB
JSON

{
"name": "neste",
"description": "a express fork",
"version": "3.1.2",
"author": "Matheus Sampaio Queiroga <srherobrine20@gmail.com>",
"license": "MIT",
"type": "module",
"main": "./src/index.js",
"types": "./src/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://sirherobrine23.org/utils/neste.git"
},
"bugs": {
"url": "https://sirherobrine23.org/utils/neste/issues"
},
"keywords": [
"express",
"framework",
"web",
"http",
"rest",
"restful",
"router",
"app",
"api"
],
"engines": {
"node": ">= 14.0"
},
"scripts": {
"prepack": "tsc --build --clean && tsc --build",
"postpack": "tsc --build --clean"
},
"devDependencies": {
"@types/busboy": "^1.5.3",
"@types/cookie": "^0.6.0",
"@types/node": "^20.10.4",
"@types/ws": "^8.5.10",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"busboy": "^1.6.0",
"cookie": "^0.6.0",
"path-to-regexp": "^6.2.1",
"ws": "^8.15.1",
"yaml": "^2.3.4"
},
"optionalDependencies": {
"next": ">=14.0.0"
}
}