npm
Showing
| ... | @@ -2,6 +2,9 @@ | ... | @@ -2,6 +2,9 @@ |
| "name": "nextgen", | "name": "nextgen", | ||
| "version": "1.0.0", | "version": "1.0.0", | ||
| "description": "", | "description": "", | ||
| "scripts": { | |||
| "inventory": "ts-node src/inventory.ts" | |||
| }, | |||
| "dependencies": { | "dependencies": { | ||
| "@types/lodash": "^4.14.149", | "@types/lodash": "^4.14.149", | ||
| "csv-parse": "^4.8.5", | "csv-parse": "^4.8.5", | ||
| ... | ... |
Please register or sign in to comment