{ "name": "graphite-website", "description": "Graphite's website. This npm package is for dev tooling only, such as eslint.", "private": true, "repository": { "type": "git", "url": "git+https://github.com/GraphiteEditor/Graphite.git" }, "author": "Graphite Authors ", "license": "Apache-2.0", "homepage": "https://graphite.art", "type": "module", "scripts": { "postinstall": "node .build-scripts/install.ts", "check": "tsc --noEmit && eslint", "fix": "eslint --fix" }, "//": "Waiting on before we can update @eslint/js and eslint to 10.x", "devDependencies": { "@eslint/js": "^9.39.2", "@types/node": "^25.5.2", "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import": "^2.32.0", "eslint-plugin-prettier": "^5.5.5", "eslint": "^9.39.2", "prettier": "^3.8.1", "sass": "1.99.0", "tar": "^7.5.13", "typescript-eslint": "^8.58.0", "typescript": "^6.0.2" }, "dependencies": { "@fontsource-variable/inter": "^5.2.8", "@fontsource/bona-nova": "^5.2.8" } }