mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
9 lines
205 B
JSON
9 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"
|
|
}
|
|
}
|