Files
bun.sh/examples/lotta-modules/package.json
Jarred Sumner 029ba1ea44 Fix scoped packages with bun bun
Former-commit-id: c29ff9ff602aeed4f9b19e4f003a20effcf70c0a
2021-08-25 19:08:11 -07:00

12 lines
214 B
JSON

{
"name": "lotta-modules",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"@babel/standalone": "^7.15.3",
"lodash": "^4.17.21",
"three.js": "^0.77.1",
"underscore": "^1.13.1"
}
}