Files
messenger/package.json
T
2026-04-22 12:38:12 +02:00

19 lines
348 B
JSON

{
"name": "messenger",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"watch": "tsc --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"typescript": "^6.0.3"
}
}