jandapress/package.json

44 行
1.2 KiB
JSON
Raw 通常表示 履歴

{
"name": "jandapress",
2022-06-05 21:06:36 +09:00
"version": "1.0.4",
2022-06-05 21:08:54 +09:00
"description": "Experimental doujin API with gather in mind",
2022-06-04 07:47:25 +09:00
"main": "build/src/index.js",
"scripts": {
"build": "rm -rf build && tsc",
2022-06-04 07:47:25 +09:00
"start": "node build/src/index.js",
"test": "ts-node test/test.ts",
2022-06-04 07:47:25 +09:00
"start:prod": "npm run build && node build/src/index.js",
"start:dev": "nodemon src/index.ts",
"lint": "npx eslint . --ext .ts",
2022-06-03 12:20:59 +09:00
"lint:fix": "npx eslint . --fix",
2022-06-03 12:29:49 +09:00
"postinstall": "npm run build"
},
"keywords": [],
"author": "sinkaroid",
"license": "MIT",
"dependencies": {
"cheerio": "^1.0.0-rc.11",
"express": "^4.18.1",
"express-rate-limit": "^6.4.0",
"express-slow-down": "^1.4.0",
"phin": "^3.6.1",
"pino": "^7.11.0",
"pino-pretty": "^8.0.0"
},
"devDependencies": {
"@types/express-rate-limit": "^6.0.0",
"@types/express-slow-down": "^1.3.2",
"@types/node": "^14.14.37",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^7.32.0",
"nodemon": "^2.0.15",
"npx": "^10.2.2",
"ts-node": "^10.8.1",
"typescript": "4.6.3"
},
"engines": {
"node": ">=14"
}
}