Skip to content

Commit aafb5f1

Browse files
committed
setup file structure
1 parent e74fcfb commit aafb5f1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "number-classification-api",
33
"version": "1.0.0",
4-
"main": "index.js",
4+
"main": "index.tsx",
55
"scripts": {
6-
"test": "echo \"Error: no test specified\" && exit 1"
6+
"start": "node dist/index.js",
7+
"build": "tsc",
8+
"dev": "nodemon src/index.ts"
79
},
810
"keywords": [],
911
"author": "",

0 commit comments

Comments
 (0)