diff options
author | eug-vs <eug-vs@keemail.me> | 2020-06-26 13:52:58 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-06-26 14:13:09 +0300 |
commit | 33fe749dec571288fd0b09f4a0a3f83f39ef9e58 (patch) | |
tree | 9b8c8ba66bf6ac4b6015f1c94ab5ef29f0e7304e /package.json | |
parent | c4619eb6d3fb3b9df5d921250391bb49700f055d (diff) | |
download | which-api-33fe749dec571288fd0b09f4a0a3f83f39ef9e58.tar.gz |
build: add start script
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index c6e4038..9dbbaa5 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.0.0", "main": "index.ts", "scripts": { + "start": "ts-node index.ts", "lint": "eslint . --ext ts --max-warnings 0", "test": "npm run lint" }, @@ -23,6 +24,7 @@ "feathers-mongoose": "^8.3.0", "lodash": "^4.17.15", "mongoose": "^5.9.18", + "typescript": "^3.9.5", "which-types": "^1.4.1" }, "repository": { @@ -43,7 +45,6 @@ "@typescript-eslint/parser": "^3.2.0", "eslint": "^7.2.0", "eslint-config-airbnb-typescript": "^8.0.2", - "eslint-plugin-import": "^2.21.2", - "typescript": "^3.9.5" + "eslint-plugin-import": "^2.21.2" } } |