1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-17 04:30:31 +09:00
namae/package.json
2019-07-31 13:40:29 +09:00

15 lines
253 B
JSON

{
"name": "namae",
"description": "name your new project.",
"author": "Yasuaki Uechi <y@uechi.io> (https://uechi.io/)",
"scripts": {
"start": "now dev"
},
"license": "MIT",
"private": true,
"workspaces": [
"api",
"web"
]
}