29 lines
533 B
JSON
29 lines
533 B
JSON
{
|
|
"name": "@proj-airi/ccc",
|
|
"type": "module",
|
|
"private": true,
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"dev": "pnpm run build",
|
|
"stub": "pnpm run build",
|
|
"build": "tsdown",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint --fix ."
|
|
},
|
|
"dependencies": {
|
|
"meta-png": "^1.0.6"
|
|
}
|
|
}
|