mirror of
https://github.com/Noratrieb/println.git
synced 2026-03-14 14:36:11 +01:00
stuff
This commit is contained in:
parent
464bdc2478
commit
bb234cc0dd
3 changed files with 342 additions and 7 deletions
|
|
@ -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": [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue