mirror of
https://github.com/nilbuild/diffity.git
synced 2026-09-19 07:26:16 +08:00
22 lines
654 B
JSON
22 lines
654 B
JSON
{
|
|
"name": "diffity",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "GitHub-style git diff viewer in the browser",
|
|
"workspaces": [
|
|
"packages/cli",
|
|
"packages/git",
|
|
"packages/parser",
|
|
"packages/ui"
|
|
],
|
|
"scripts": {
|
|
"build": "npm run build -w @diffity/parser && npm run build -w @diffity/git && npm run build -w @diffity/ui && npm run build -w diffity",
|
|
"test": "npm run test -w @diffity/parser && npm run test -w @diffity/ui",
|
|
"dev": "npm run dev -w @diffity/ui",
|
|
"start": "npm run dev -w diffity"
|
|
},
|
|
"keywords": ["git", "diff", "viewer", "cli"],
|
|
"author": "",
|
|
"license": "PolyForm-Shield-1.0.0"
|
|
}
|