18 lines
479 B
JSON
18 lines
479 B
JSON
{
|
|
"name": "像素格子",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"extract": "bun run extract-colors.ts",
|
|
"parse": "bun run parse-db.ts",
|
|
"example-colormap": "bun run example-colormap.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.26.2",
|
|
"type": "module"
|
|
}
|