Skip to content

Commit 33fe749

Browse files
committed
build: add start script
1 parent c4619eb commit 33fe749

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0",
44
"main": "index.ts",
55
"scripts": {
6+
"start": "ts-node index.ts",
67
"lint": "eslint . --ext ts --max-warnings 0",
78
"test": "npm run lint"
89
},
@@ -23,6 +24,7 @@
2324
"feathers-mongoose": "^8.3.0",
2425
"lodash": "^4.17.15",
2526
"mongoose": "^5.9.18",
27+
"typescript": "^3.9.5",
2628
"which-types": "^1.4.1"
2729
},
2830
"repository": {
@@ -43,7 +45,6 @@
4345
"@typescript-eslint/parser": "^3.2.0",
4446
"eslint": "^7.2.0",
4547
"eslint-config-airbnb-typescript": "^8.0.2",
46-
"eslint-plugin-import": "^2.21.2",
47-
"typescript": "^3.9.5"
48+
"eslint-plugin-import": "^2.21.2"
4849
}
4950
}

0 commit comments

Comments
 (0)