mirror of
https://github.com/zanwei/design-dna.git
synced 2026-09-14 19:59:56 +08:00
16 lines
330 B
JSON
16 lines
330 B
JSON
{
|
|
"name": "design-dna-scripts",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=18.17"
|
|
},
|
|
"description": "Optional deterministic measurement scripts for the design-dna skill",
|
|
"scripts": {
|
|
"test": "node --test test/color-measurement.test.mjs"
|
|
},
|
|
"dependencies": {
|
|
"sharp": "^0.33.5"
|
|
}
|
|
}
|