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        "ayu": "^8.0.1",
16        "bezier-easing": "^2.1.0",
17        "case-anything": "^2.1.10",
18        "chroma-js": "^2.4.2",
19        "deepmerge": "^4.3.0",
20        "toml": "^3.0.0",
21        "ts-node": "^10.9.1"
22    },
23    "prettier": {
24        "semi": false,
25        "printWidth": 80,
26        "htmlWhitespaceSensitivity": "strict",
27        "tabWidth": 4
28    }
29}