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.1.3",
14 "@types/node": "^17.0.23",
15 "bezier-easing": "^2.1.0",
16 "case-anything": "^2.1.10",
17 "chroma-js": "^2.4.2",
18 "toml": "^3.0.0",
19 "ts-node": "^10.7.0"
20 },
21 "prettier": {
22 "semi": false,
23 "printWidth": 80,
24 "htmlWhitespaceSensitivity": "strict",
25 "tabWidth": 4
26 }
27}