Files
exp-min/package.json
2025-06-21 23:09:28 -05:00

43 lines
1.0 KiB
JSON

{
"name": "exp-min",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./dist/index.mjs",
"dev": "tsx --watch ./src/index.ts",
"build": "tsdown",
"prestart": "pnpm run build",
"test": "jest --coverage",
"test:watch": "jest --coverage --watchAll",
"knip": "knip",
"lint": "eslint --fix ."
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.12.1",
"dependencies": {
"consola": "^3.4.2",
"express": "^5.1.0"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@stylistic/eslint-plugin": "^4.4.1",
"@types/express": "^5.0.3",
"@types/jest": "^30.0.0",
"@types/node": "^24.0.3",
"@types/supertest": "^6.0.3",
"eslint": "^9.29.0",
"eslint-plugin-n": "^17.20.0",
"jest": "^30.0.2",
"knip": "^5.61.2",
"supertest": "^7.1.1",
"ts-jest": "^29.4.0",
"tsdown": "^0.12.8",
"tsx": "^4.20.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.34.1"
}
}