utils/node_modules/computeds/package.json

19 lines
303 B
JSON
Raw Normal View History

2024-02-07 01:33:07 -05:00
{
"name": "computeds",
"version": "0.0.1",
"main": "out/index.js",
"license": "MIT",
"files": [
"out"
],
"repository": {
"type": "git",
"url": "https://github.com/johnsoncodehk/computeds.git"
},
"devDependencies": {
"vite": "latest",
"vitest": "latest",
"typescript": "latest"
}
}