Files
dy-not/package.json
2026-05-28 00:34:22 +08:00

25 lines
515 B
JSON

{
"name": "dy-not",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "tsx watch src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"@types/node": "^25.9.1",
"@types/node-schedule": "^2.1.8",
"@types/nodemailer": "^8.0.0",
"lowdb": "^7.0.1",
"puppeteer-core": "^25.1.0",
"tsx": "^4.22.3",
"typescript": "^6.0.3",
"node-schedule": "^2.1.1",
"nodemailer": "^8.0.9"
}
}