mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 13:30:48 +00:00
8 lines
205 B
JSON
8 lines
205 B
JSON
{
|
|
"description": "A convenience package for calling the real package.json in ./frontend",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "cd frontend && npm start",
|
|
"serve": "cd frontend && npm start"
|
|
}
|
|
}
|