Files
earthquake-bot-for-mtweet/package.json
T

32 lines
900 B
JSON

{
"name": "earthquake-bot-for-mtweet",
"version": "1.0.3",
"type": "module",
"main": "dist/index.js",
"scripts": {
"start": "node .",
"build": "tsc && tsc-alias && cpy \"{**/*.json,**/*.png}\" ../dist --cwd=src && cpy \"260420.json\" dist"
},
"author": {
"name": "Last2014",
"email": "info@last2014.com",
"url": "https://about.last2014.com"
},
"packageManager": "pnpm@11.1.3+sha512.c85357fe17ca12dd23dd7071822666dfd7e3cb76fe214e3370b5ea2fb34f2a231185509b63e717f3cd0acb38dd3f8d82bcd5e8172400ae678b70ea4fbed0896d",
"dependencies": {
"@types/node": "^25.5.2",
"@types/ws": "^8.18.1",
"cpy-cli": "^7.0.0",
"date-fns": "^4.1.0",
"fs": "0.0.1-security",
"os": "^0.1.2",
"sharp": "^0.34.5",
"tsc-alias": "^1.8.16",
"typescript": "^5.9.3",
"util": "^0.12.5",
"ws": "^8.20.0",
"yaml": "^2.8.3",
"zod": "^4.3.6"
}
}