@netlify/content-engine
Version:
206 lines • 6.43 kB
JSON
{
"name": "@netlify/content-engine",
"version": "1.9.1",
"bugs": {
"url": "https://github.com/netlify/sdk/issues"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"apis.json",
"ipc.json",
"cache-dir/",
"cli.js",
"dist/",
"lib/dynamic-import.js",
"graphql.js",
"graphql.d.ts",
"reporter.js",
"reporter.d.ts",
"index.js",
"index.d.ts",
"scripts/postinstall.js",
"utils.js",
"internal.js",
"internal.d.ts",
"webpack.js",
"webpack.d.ts",
"!**/__tests__/"
],
"homepage": "https://github.com/netlify/sdk",
"license": "MIT",
"author": "",
"repository": {
"type": "git",
"url": "git+https://github.com/netlify/sdk.git"
},
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"@babel/code-frame": "^7.18.6",
"@babel/types": "^7.20.7",
"@jridgewell/trace-mapping": "^0.3.17",
"@pnpm/exec": "^2.0.0",
"address": "1.2.2",
"async-mutex": "^0.5.0",
"axios": "^1.7.7",
"better-opn": "^2.1.1",
"cache-manager": "^2.11.1",
"chalk": "^4.1.2",
"ci-info": "^2.0.0",
"common-tags": "^1.8.2",
"compression": "^1.7.4",
"convert-hrtime": "^3.0.0",
"cors": "^2.8.5",
"detect-port": "^1.5.1",
"devcert": "^1.2.2",
"enhanced-resolve": "^5.12.0",
"execa": "^5.1.1",
"express": "^4.18.2",
"fastest-levenshtein": "^1.0.16",
"fastq": "^1.15.0",
"file-type": "16.5.4",
"flatted": "^3.3.1",
"fs-exists-cached": "1.0.0",
"fs-extra": "^11.1.1",
"glob": "^10.4.5",
"globby": "^11.1.0",
"got": "^11.8.6",
"graphql": "^16.8.1",
"graphql-compose": "^9.0.10",
"graphql-http": "^1.13.0",
"hash-wasm": "~4.9.0",
"hasha": "^5.2.2",
"import-from": "~4.0.0",
"invariant": "^2.2.4",
"is-relative": "^1.0.0",
"is-relative-url": "^3.0.0",
"joi": "^17.7.0",
"lmdb": "2.5.3",
"lodash.camelcase": "^4.3.0",
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8",
"lodash.difference": "^4.5.0",
"lodash.differencewith": "^4.5.0",
"lodash.foreach": "^4.5.0",
"lodash.get": "^4.4.2",
"lodash.groupby": "^4.6.0",
"lodash.intersection": "^4.4.0",
"lodash.intersectionwith": "^4.4.0",
"lodash.isempty": "^4.4.0",
"lodash.isequal": "^4.5.0",
"lodash.isplainobject": "^4.0.6",
"lodash.mapvalues": "^4.6.0",
"lodash.merge": "^4.6.2",
"lodash.omit": "^4.5.0",
"lodash.orderby": "^4.6.0",
"lodash.pick": "^4.4.0",
"lodash.pickby": "^4.6.0",
"lodash.set": "^4.3.2",
"lodash.sortby": "^4.7.0",
"lodash.topairs": "^4.3.0",
"lodash.uniq": "^4.5.0",
"lodash.uniqwith": "^4.5.0",
"meant": "^1.0.3",
"memoizee": "^0.4.15",
"micromatch": "^4.0.5",
"mime": "^3.0.0",
"minizlib": "^3.0.1",
"moment": "^2.29.4",
"node-object-hash": "~2.3.10",
"normalize-path": "^3.0.0",
"opentracing": "^0.14.7",
"p-defer": "^3.0.0",
"pkg-dir": "^5.0.0",
"pretty-error": "^2.1.2",
"progress": "^2.0.3",
"prompts": "^2.4.2",
"redux": "4.2.1",
"redux-thunk": "^2.4.2",
"semver": "^7.3.8",
"signal-exit": "^3.0.7",
"stack-trace": "^0.0.10",
"stream-json": "^1.7.4",
"string-similarity": "^1.2.2",
"strip-ansi": "^6.0.1",
"type-of": "^2.0.1",
"uuid": "^8.3.2",
"yurnalist": "^2.1.0",
"@netlify/content-engine-graphiql-explorer": "1.1.0"
},
"devDependencies": {
"@jest/types": "^29.6.3",
"@types/cache-manager": "^2.10.3",
"@types/estree": "^1.0.0",
"@types/express": "^4.17.17",
"@types/express-http-proxy": "^1.6.3",
"@types/fs-extra": "^9.0.13",
"@types/jaeger-client": "^3.18.4",
"@types/jest": "^29.4.0",
"@types/joi": "^14.3.4",
"@types/lodash": "^4.17.0",
"@types/lodash.camelcase": "^4.3.9",
"@types/lodash.clonedeep": "^4.5.9",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.difference": "^4.5.9",
"@types/lodash.differencewith": "^4.5.9",
"@types/lodash.foreach": "^4.5.9",
"@types/lodash.get": "^4.4.9",
"@types/lodash.groupby": "^4.6.9",
"@types/lodash.intersection": "^4.4.9",
"@types/lodash.intersectionwith": "^4.4.9",
"@types/lodash.isempty": "^4.4.9",
"@types/lodash.isequal": "^4.5.8",
"@types/lodash.isplainobject": "^4.0.9",
"@types/lodash.mapvalues": "^4.6.9",
"@types/lodash.merge": "^4.6.9",
"@types/lodash.omit": "^4.5.9",
"@types/lodash.orderby": "^4.6.9",
"@types/lodash.pick": "^4.4.9",
"@types/lodash.pickby": "^4.6.9",
"@types/lodash.set": "^4.3.9",
"@types/lodash.sortby": "^4.7.9",
"@types/lodash.topairs": "^4.3.9",
"@types/lodash.uniq": "^4.5.9",
"@types/lodash.uniqwith": "^4.5.9",
"@types/micromatch": "^4.0.2",
"@types/normalize-path": "^3.0.0",
"@types/semver": "^7.3.13",
"@types/signal-exit": "^3.0.1",
"@types/string-similarity": "^4.0.0",
"babel-jest": "^29.4.1",
"babel-preset-gatsby-package": "^3.9.0-next.0",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"documentation": "^14.0.3",
"fastq": "latest",
"jest": "^29.4.1",
"jest-extended": "^3.2.3",
"jest-junit": "^15.0.0",
"jest-serializer-path": "^0.1.15",
"jest-silent-reporter": "^0.5.0",
"snapshot-diff": "^0.10.0",
"typescript": "^5.0.3"
},
"peerDependencies": {
"@google-cloud/storage": "^5.8.4"
},
"scripts": {
"watch": "pnpm run build:watch",
"build:watch": "pnpm run build --watch",
"build": "tsc --build tsconfig.build.json",
"build:internal-plugins": "copyfiles -u 1 src/internal-plugins/**/package.json dist",
"build:rawfiles": "copyfiles -u 1 src/internal-plugins/**/raw_* dist",
"clean": "rm -rf dist/ && rm -rf cache-dir/commonjs && rm -f *.tsbuildinfo",
"clean-test-bundles": "find test/ -type f -name bundle.js* -exec rm -rf {} +",
"postbuild": "node scripts/output-api-file.mjs",
"postinstall": "node scripts/postinstall.js",
"prebuild": "pnpm run clean && pnpm run build:internal-plugins && pnpm run build:rawfiles",
"test": "pnpm run test:unit && pnpm run test:integration",
"test:coverage": "pnpm run test:unit --coverage && pnpm run test:integration --coverage",
"test:integration": "jest --config jest.integration.config.js --runInBand integration-tests",
"test:unit": "jest",
"typecheck": "tsc --noEmit"
}
}