mirror of
https://github.com/Rohithgilla12/data-peek
synced 2026-04-21 21:07:17 +00:00
21 lines
518 B
JSON
21 lines
518 B
JSON
{
|
|
"name": "data-peek",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "pnpm --filter @data-peek/desktop dev",
|
|
"build": "pnpm --filter @data-peek/desktop build",
|
|
"lint": "pnpm -r lint",
|
|
"postinstall": "pnpm rebuild electron"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.4.0",
|
|
"prettier": "^3.2.0"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"packageManager": "pnpm@10.22.0"
|
|
}
|