vite-bugs/packages/hello-world/package.json
Pierre Martin 6a2cc7014f ky
2024-03-17 00:16:22 +01:00

27 lines
502 B
JSON

{
"name": "@duogeeks/hello-world",
"version": "1.0.0",
"description": "",
"exports": {
".": "./hello.tsx"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/object-path": "^0.11.4",
"@types/react": "^18.2.20",
"react": "^18.2.0"
},
"peerDependencies": {
"react": "^18.2.0"
},
"dependencies": {
"ky": "^1.2.2",
"object-path": "^0.11.8"
}
}