mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 04:30:31 +09:00
21 lines
478 B
JSON
21 lines
478 B
JSON
{
|
|
"name": "namae",
|
|
"description": "namae saves your time searching around registries and checking if the desired name is ready for use.",
|
|
"author": "Yasuaki Uechi <y@uechi.io> (https://uechi.io/)",
|
|
"scripts": {
|
|
"start": "now dev",
|
|
"test": "yarn workspaces run test"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@types/node": "^12.6.9",
|
|
"typescript": "^3.5.3"
|
|
},
|
|
"license": "MIT",
|
|
"private": true,
|
|
"workspaces": [
|
|
"api",
|
|
"web"
|
|
]
|
|
}
|