Files
rickroll/package.json
ytshih 29793e655c
All checks were successful
deploy / release-image (push) Successful in 1m47s
deploy / deploy (push) Successful in 46s
initial commit
2024-10-17 07:51:46 +00:00

21 lines
383 B
JSON

{
"name": "rickroll",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "npx tsc --build",
"clean": "npx tsc --build --clean",
"test": "ts-node index.ts"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"dotenv": "^16.4.5"
},
"devDependencies": {
"typescript": "^5.6.3",
"@types/node": "^22.7.6"
}
}