generated from nhcarrigan/template
21 lines
500 B
JSON
21 lines
500 B
JSON
{
|
|
"name": "lynira",
|
|
"version": "0.0.0",
|
|
"description": "Link shortening service managed via a Discord bot",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"packageManager": "pnpm@10.14.0",
|
|
"devDependencies": {
|
|
"@nhcarrigan/eslint-config": "5.2.0",
|
|
"@nhcarrigan/typescript-config": "4.0.0",
|
|
"@types/node": "24.2.1",
|
|
"eslint": "9.33.0",
|
|
"typescript": "5.9.2"
|
|
}
|
|
}
|