mirror of
https://github.com/JOYCEQL/magic-resume.git
synced 2026-07-03 14:07:11 +02:00
14 lines
260 B
JSON
14 lines
260 B
JSON
{
|
|
"name": "fi-resume",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev:fronted": "pnpm -F fronted dev",
|
|
"dev:background": "pnpm -F background start:dev"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|