UNPKG

matcha-keystone-utils

Version:

Useful features for Keystone 6: validators, fields, componentBlocks...

62 lines (61 loc) 1.86 kB
{ "name": "matcha-keystone-utils", "version": "4.3.2", "description": "Useful features for Keystone 6: validators, fields, componentBlocks...", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist" ], "scripts": { "dev": "keystone dev", "ks:start": "keystone start", "ks:build": "keystone build", "postinstall": "[ -e testSchema ] && yarn ks:postinstall || echo 'no postinstall'", "ks:postinstall": "keystone postinstall", "cleanDist": "rm -rf dist", "build": "yarn run cleanDist && tsc -p tsconfigBuild.json", "test": "jest --runInBand --testTimeout=60000", "testTypeScript": "yarn tsc" }, "license": "MIT", "bugs": { "url": "https://github.com/matchawine/keystoneUtils/issues" }, "homepage": "https://github.com/matchawine/keystoneUtils#readme", "keywords": [ "KeystoneJS", "Keystone" ], "dependencies": { "typescript": "^5.1.3" }, "peerDependencies": { "@keystone-6/core": "^5.3.2", "@keystone-6/fields-document": "^2.0.0", "@keystone-ui/fields": "^7.2.0" }, "devDependencies": { "@keystone-6/core": "^5.3.2", "@keystone-6/fields-document": "^8.0.0", "@keystone-ui/fields": "^7.2.0", "@types/jest": "^29.5.2", "@typescript-eslint/eslint-plugin": "^5.60.0", "@typescript-eslint/parser": "^5.60.0", "eslint": "^8.43.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-graphql": "^4.0.0", "eslint-plugin-immutable": "^1.0.0", "eslint-plugin-jest": "^27.2.2", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-sonarjs": "^0.19.0", "graphql": "^16.7.1", "jest": "^29.5.0", "prettier": "^2.8.8", "ts-jest": "^29.1.0", "ts-node": "^10.9.1" } }