senal88's picture
chore: deploy web_comercial from monorepo
933fa00 verified
raw
history blame contribute delete
283 Bytes
{
"name": "@simulador-consorcio/simulation-engine",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "./src/index.js",
"exports": {
".": "./src/index.js"
},
"types": "./src/index.d.ts",
"scripts": {
"test": "node --test tests/*.test.js"
}
}