UNPKG

gatsby-plugin-typescript

Version:
53 lines (52 loc) 1.58 kB
{ "name": "gatsby-plugin-typescript", "description": "Adds TypeScript support to Gatsby", "version": "5.16.0", "author": "Kyle Mathews <mathews.kyle@gmail.com>", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "contributors": [ "Noah Lange <noahrlange@gmail.com>" ], "dependencies": { "@babel/core": "^7.20.12", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", "@babel/plugin-proposal-numeric-separator": "^7.18.6", "@babel/plugin-proposal-optional-chaining": "^7.20.7", "@babel/preset-typescript": "^7.18.6", "@babel/runtime": "^7.20.13", "babel-plugin-remove-graphql-queries": "^5.16.0" }, "devDependencies": { "@babel/cli": "^7.20.7", "@babel/core": "^7.20.12", "babel-preset-gatsby-package": "^3.16.0", "cross-env": "^7.0.3" }, "peerDependencies": { "gatsby": "^5.0.0-next" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-typescript#readme", "keywords": [ "gatsby", "gatsby-plugin", "typescript" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/gatsbyjs/gatsby.git", "directory": "packages/gatsby-plugin-typescript" }, "scripts": { "build": "babel src --out-dir . --ignore \"**/__tests__\"", "prepare": "cross-env NODE_ENV=production npm run build", "watch": "babel -w src --out-dir . --ignore \"**/__tests__\"" }, "engines": { "node": ">=18.0.0 <26" }, "gitHead": "92d6c67dcf10b641adf5fcc81ebeec5f50b75e40" }