mirror of
https://github.com/Noratrieb/println.git
synced 2026-03-14 14:36:11 +01:00
19 lines
381 B
JSON
19 lines
381 B
JSON
{
|
|
"name": "println",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"watch": "pnpm '/watch:*/'",
|
|
"watch:build": "tsc --watch",
|
|
"watch:run": "node --watch .",
|
|
"dev": "node .",
|
|
"build": "tsc"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"packageManager": "pnpm@10.24.0",
|
|
"devDependencies": {
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|