init: add main and ts start to package json

This commit is contained in:
Barna Máté 2025-02-21 11:06:03 +01:00
parent 94095358af
commit d4e4aef418
2 changed files with 3 additions and 1 deletions

1
main.ts Normal file
View file

@ -0,0 +1 @@
console.debug("Hello world")

View file

@ -6,7 +6,8 @@
"version": "1.0.0", "version": "1.0.0",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1",
"dev": "ts-node main.ts"
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",