21 lines
383 B
JSON
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"
|
|
}
|
|
}
|