Files
bun.sh/integration/snippets/package.json
2021-09-17 16:10:43 -07:00

12 lines
186 B
JSON

{
"name": "snippets",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.21",
"react": "^17.0.2",
"redux": "^4.1.1"
}
}