{ "name": "@clan/colors", "version": "1.0.0", "description": "", "type": "module", "files": [ "colors.json" ], "scripts": { "typecheck": "./node_modules/.bin/tsc -p ./tsconfig.json --noEmit", "build": "tsc --build --clean && tsc && node ./build/main.js", "html": "tsc --build --clean && tsc && node ./build/generate.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@material/material-color-utilities": "^0.2.6", "typescript": "^5.1.5", "@types/node": "^20.3.2" } }