This repository has been archived on 2025-03-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
boilerplate/frontend/node_modules/computeds/package.json
2025-01-03 00:05:10 +07:00

19 lines
303 B
JSON

{
"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"
}
}