{ "name": "@staticcms/tools", "version": "1.0.0", "license": "MIT", "private": true, "scripts": { "format": "prettier \"src/**/*.{js,jsx,ts,tsx,css}\" --write", "lint": "prettier \"src/**/*.{js,jsx,ts,tsx,css}\" --list-different", "sync-locales": "ts-node -r tsconfig-paths/register src/localeSync.ts", "type-check": "tsc --watch" }, "dependencies": { "@staticcms/core": "^4.0.0", "lodash": "4.17.21", "prettier": "3.1.1", "ts-node": "10.9.2", "typescript": "5.3.3" }, "devDependencies": { "@types/common-tags": "1.8.4", "@types/create-react-class": "15.6.6", "@types/fs-extra": "11.0.4", "@types/is-hotkey": "0.1.10", "@types/jest": "29.5.11", "@types/js-yaml": "4.0.9", "@types/lodash": "4.14.202", "@types/minimatch": "5.1.2", "@types/node": "18.19.4", "@types/react": "18.2.46", "@types/react-color": "3.0.11", "@types/react-dom": "18.2.18", "@types/react-virtualized-auto-sizer": "1.0.4", "@types/react-window": "1.8.8", "@types/url-join": "4.0.3", "@types/uuid": "9.0.7" } }