mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 04:30:31 +09:00
18 lines
307 B
JSON
18 lines
307 B
JSON
{
|
|
"name": "namae",
|
|
"description": "name your new project.",
|
|
"author": "Yasuaki Uechi <y@uechi.io> (https://uechi.io/)",
|
|
"scripts": {
|
|
"start": "now dev"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "^12.6.8"
|
|
},
|
|
"license": "MIT",
|
|
"private": true,
|
|
"workspaces": [
|
|
"api",
|
|
"web"
|
|
]
|
|
}
|