mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-12-23 10:11:54 +00:00
12 lines
410 B
JSON
12 lines
410 B
JSON
{
|
|
"name": "graphite-web-client-root-shortcut",
|
|
"version": "1.0.0",
|
|
"description": "A convenience package for calling the real package.json in /client/web.",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "cd client && cd web && npm run serve",
|
|
"build": "cd client && cd web && npm run build",
|
|
"lint": "cd client && cd web && npm run lint",
|
|
"lint-no-fix": "cd client && cd web && npm run lint-no-fix"
|
|
}
|
|
}
|