25 lines
473 B
JSON
25 lines
473 B
JSON
{
|
|
"name": "@proj-airi/cute-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "",
|
|
"author": {
|
|
"name": "Neko Ayaka",
|
|
"email": "neko@ayaka.moe",
|
|
"url": "https://github.com/nekomeowww"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/moeru-ai/airi.git",
|
|
"directory": "packages/cute-ui"
|
|
},
|
|
"files": [
|
|
"README.md",
|
|
"dist",
|
|
"package.json"
|
|
],
|
|
"scripts": {},
|
|
"devDependencies": {}
|
|
}
|