update so many things
Showing
| ... | @@ -3,7 +3,8 @@ | ... | @@ -3,7 +3,8 @@ |
| "version": "1.0.0", | "version": "1.0.0", | ||
| "description": "", | "description": "", | ||
| "scripts": { | "scripts": { | ||
| "inventory": "node -r ts-node/register --unhandled-rejections=strict src/inventory.ts " | "build": "tsc", | ||
| "start": "node -r ts-node/register --unhandled-rejections=strict src/inventory.ts " | |||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@types/lodash": "^4.14.149", | "@types/lodash": "^4.14.149", | ||
| ... | ... |
Please register or sign in to comment