@websolutespa/payload-plugin-bowl
Version:
Bowl PayloadCms plugin of the BOM Repository
77 lines • 2.21 kB
JSON
{
"name": "@websolutespa/payload-plugin-bowl",
"version": "1.9.22",
"description": "Bowl PayloadCms plugin of the BOM Repository",
"keywords": [
"payload",
"plugin",
"bom",
"bowl"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/websolutespa/bom.git"
},
"scripts": {
"lint": "eslint *.ts*",
"test:single": "jest -- \"./src/core/api/store.service.test.ts\" --forceExit --runInBand --workerIdleMemoryLimit='1000MB'",
"test": "jest --forceExit --runInBand --workerIdleMemoryLimit='1000MB'",
"test-watch": "npm test -- --watch --silent=false",
"coverage:integration": "npm run test -- --coverage",
"coverage": "run-s -c --silent coverage:*",
"compile": "tsup ./src/index.ts --format cjs --dts --external react",
"prepack": "bom prepack",
"postpack": "bom postpack"
},
"dependencies": {
"papaparse": "^5.4.1",
"react-dropzone": "^14.2.3",
"react-complex-tree": "^2.2.0"
},
"peerDependencies": {
"@payloadcms/db-mongodb": ">= 1.2.0",
"@websolutespa/bom-core": "*",
"@websolutespa/payload-utils": "*",
"i18next": ">= 22.5.1",
"isomorphic-fetch": ">= 3.0.0",
"payload": ">= 2.28.0 < 3",
"react": ">= 18.2.0",
"uuid": ">= 9.0.1"
},
"devDependencies": {
"@types/escape-html": "^1.0.2",
"@types/express": "^4.17.15",
"@types/isomorphic-fetch": "^0.0.39",
"@types/papaparse": "^5.3.7",
"@types/uuid": "^9.0.2",
"@websolutespa/bom-cli": "*",
"@websolutespa/test": "*",
"@websolutespa/tsconfig": "*",
"esbuild-sass-plugin": "^2.10.0",
"eslint-config-websolute": "*",
"eslint": "^8.56.0",
"i18next": "^22.5.1",
"isomorphic-fetch": "^3.0.0",
"mongodb-memory-server": "^8.13.0",
"react": "^18.2.0",
"ts-node": "^10.9.2",
"tsup": "^6.7.0",
"typescript": "^5.4.5",
"uuid": "^9.0.1"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"prepack": {
"types": "./dist/index.d.ts",
"main": "./dist/index.js"
},
"postpack": {
"types": "./src/index.ts",
"main": "./src/index.ts"
},
"types": "./dist/index.d.ts",
"main": "./dist/index.js"
}