mirror of
https://github.com/moeru-ai/airi.git
synced 2026-08-14 08:52:42 +00:00
18 lines
344 B
JSON
18 lines
344 B
JSON
{
|
|
"name": "@proj-airi/ccc",
|
|
"type": "module",
|
|
"private": true,
|
|
"exports": "./src/index.ts",
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint --fix .",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"meta-png": "catalog:",
|
|
"valibot": "catalog:"
|
|
}
|
|
}
|