Co-authored-by: 藍+85CD <50108258+kwaa@users.noreply.github.com> Co-authored-by: junkwarrior87 <115852752+junkwarrior87@users.noreply.github.com>
28 lines
507 B
JSON
28 lines
507 B
JSON
{
|
|
"name": "@proj-airi/ccc",
|
|
"type": "module",
|
|
"private": true,
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.mjs"
|
|
}
|
|
},
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"stub": "unbuild --stub",
|
|
"build": "unbuild",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint --fix ."
|
|
},
|
|
"dependencies": {
|
|
"meta-png": "^1.0.6"
|
|
}
|
|
}
|