mirror of
https://github.com/FranP-code/spend-ia.git
synced 2025-10-13 00:14:09 +00:00
feat: added seed
This commit is contained in:
@@ -3,11 +3,14 @@
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
"exports": "./dist/index.js",
|
||||
"devDependencies": {
|
||||
"@faker-js/faker": "^8.0.2",
|
||||
"nodemon": "^2.0.22"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "nodemon app.ts",
|
||||
"dev": "nodemon --watch './**/*.ts' --exec 'node --experimental-specifier-resolution=node --loader ts-node/esm' app.ts",
|
||||
"build": "tsc --build"
|
||||
},
|
||||
"author": "",
|
||||
|
||||
Reference in New Issue
Block a user