ProzillaOS/packages/apps/file-explorer/package.json
2024-06-18 17:27:48 +02:00

38 lines
887 B
JSON

{
"name": "@prozilla-os/file-explorer",
"description": "A standard ProzillaOS application for browsing files.",
"version": "1.0.7",
"author": {
"name": "Prozilla",
"email": "business@prozilla.dev",
"url": "https://prozilla.dev/"
},
"main": "src/index.ts",
"type": "module",
"scripts": {
"test": "tsc --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Prozilla/ProzillaOS.git",
"directory": "packages/apps/file-explorer"
},
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@prozilla-os/core": "workspace:*",
"react": "^18.3.1"
},
"devDependencies": {
"typescript": "^5.4.5"
},
"files": [
"src/**/*"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}