36 lines
782 B
JSON
36 lines
782 B
JSON
{
|
|
"name": "@prozilla-os/text-editor",
|
|
"description": "A text editor application for ProzillaOS.",
|
|
"version": "1.0.1",
|
|
"homepage": "https://os.prozilla.dev/text-editor",
|
|
"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-os/ProzillaOS.git",
|
|
"directory": "packages/apps/text-editor"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@prozilla-os/core": "workspace:*",
|
|
"react": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"files": [
|
|
"src/**/*"
|
|
],
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/",
|
|
"access": "public"
|
|
}
|
|
}
|