mirror of
https://github.com/sern-handler/linear-discord
synced 2026-06-05 17:06:53 +00:00
33 lines
689 B
JSON
33 lines
689 B
JSON
{
|
|
"name": "ts-example",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "tsc && node ./dist/index.js",
|
|
"dev": "tsc-watch --onSuccess \"node dist/index.js\""
|
|
},
|
|
"keywords": [
|
|
"typescript",
|
|
"sern",
|
|
"discord.js"
|
|
],
|
|
"license": "UNLICENSED",
|
|
"dependencies": {
|
|
"@linear/sdk": "^6.0.0",
|
|
"@sern/handler": "^3.1.0",
|
|
"common-tags": "^1.8.2",
|
|
"dayjs": "^1.11.9",
|
|
"discord.js": "^14.11.0",
|
|
"dotenv": "^16.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/common-tags": "^1.8.4",
|
|
"@types/node": "^20.10.4",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"type": "module",
|
|
"packageManager": "yarn@4.0.2"
|
|
}
|