mirror of
https://github.com/moeru-ai/airi.git
synced 2026-05-17 04:20:26 +00:00
15 lines
282 B
JSON
15 lines
282 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 ."
|
|
},
|
|
"dependencies": {
|
|
"meta-png": "^1.0.6"
|
|
}
|
|
}
|