aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorgrant-kun <[email protected]>2022-09-27 13:08:48 -0500
committergrant-kun <[email protected]>2022-09-27 13:08:48 -0500
commit9f5ef0e090c73f6ff700a68cd3ecb00fc0df54ef (patch)
tree4009214d38b34b88c8b87a3d8f89dcbabe1b47e0 /package.json
parentfb1a557749b7b83e9e732df7c65cdb3f17d0400a (diff)
push
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 791ff90..5d7bc42 100644
--- a/package.json
+++ b/package.json
@@ -2,9 +2,9 @@
"name": "kanna",
"version": "1.0.0",
"description": "",
- "main": "index.js",
+ "main": "index.ts",
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
+ "start":"ts-node index.ts"
},
"repository": {
"type": "git",