package.json

 1{
 2    "name": "styles",
 3    "version": "1.0.0",
 4    "description": "",
 5    "main": "index.js",
 6    "scripts": {
 7        "build": "ts-node ./src/buildThemes.ts",
 8        "build-licenses": "ts-node ./src/buildLicenses.ts"
 9    },
10    "author": "",
11    "license": "ISC",
12    "dependencies": {
13        "@types/chroma-js": "^2.4.0",
14        "@types/node": "^18.14.1",
15        "bezier-easing": "^2.1.0",
16        "case-anything": "^2.1.10",
17        "chroma-js": "^2.4.2",
18        "deepmerge": "^4.3.0",
19        "toml": "^3.0.0",
20        "ts-node": "^10.9.1"
21    },
22    "prettier": {
23        "semi": false,
24        "printWidth": 80,
25        "htmlWhitespaceSensitivity": "strict",
26        "tabWidth": 4
27    }
28}