UNPKG

gatsby-plugin-utils

Version:
80 lines (79 loc) 2.34 kB
{ "name": "gatsby-plugin-utils", "version": "4.16.0", "description": "Gatsby utils that help creating plugins", "main": "dist/index.js", "exports": { ".": "./dist/index.js", "./*": "./dist/*.js", "./dist/*": "./dist/*.js", "./dist/polyfill-remote-file": null, "./dist/utils": null, "./polyfill-remote-file": "./dist/polyfill-remote-file/index.js", "./dist/polyfill-remote-file/jobs/gatsby-worker.js": "./dist/polyfill-remote-file/jobs/gatsby-worker.js", "./dist/polyfill-remote-file/graphql/*": "./dist/polyfill-remote-file/graphql/*.js" }, "typesVersions": { "*": { "*": [ "dist/*.d.ts", "dist/index.d.ts" ], "polyfill-remote-file": [ "dist/polyfill-remote-file/index.d.ts" ], "dist/*": [ "dist/*.d.ts", "dist/index.d.ts" ] } }, "scripts": { "build": "babel src --out-dir dist/ --ignore \"**/__tests__\" --extensions \".ts,.js\"", "watch": "babel -w src --out-dir dist/ --ignore \"**/__tests__\" --extensions \".ts,.js\"", "prepare": "cross-env NODE_ENV=production npm run build && npm run typegen", "typegen": "rimraf --glob \"dist/**/*.d.ts\" && tsc --emitDeclarationOnly --declaration --declarationDir dist/" }, "keywords": [ "gatsby" ], "author": "Max Stoiber <@mxstbr>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/gatsbyjs/gatsby.git", "directory": "packages/gatsby-plugin-utils" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-utils#readme", "dependencies": { "@babel/runtime": "^7.20.13", "fastq": "^1.16.0", "fs-extra": "^11.2.0", "gatsby-core-utils": "^4.16.0", "gatsby-sharp": "^1.16.0", "graphql-compose": "^9.0.10", "import-from": "^4.0.0", "joi": "^17.11.0", "mime": "^3.0.0" }, "devDependencies": { "@babel/cli": "^7.20.7", "@babel/core": "^7.20.12", "babel-preset-gatsby-package": "^3.16.0", "cross-env": "^7.0.3", "msw": "^1.2.2", "rimraf": "^5.0.1", "typescript": "^5.1.6" }, "peerDependencies": { "gatsby": "^5.0.0-next", "graphql": "^16.0.0" }, "files": [ "dist/" ], "engines": { "node": ">=18.0.0 <26" }, "gitHead": "92d6c67dcf10b641adf5fcc81ebeec5f50b75e40" }