This commit is contained in:
nora 2025-12-07 20:40:06 +01:00
parent 464bdc2478
commit bb234cc0dd
3 changed files with 342 additions and 7 deletions

View file

@ -2,8 +2,12 @@
"name": "println",
"version": "1.0.0",
"description": "",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"watch": "pnpm '/watch:*/'",
"watch:build": "tsc --watch",
"watch:run": "node --watch .",
"dev": "node .",
"build": "tsc"
},
"keywords": [],