UNPKG

gatsby-plugin-dts-css-modules

Version:

GatsbyJS V4 plugin, which automatically Creates TypeScript *.d.ts files for your CSS Modules, no matter which CSS preprocessor (Sass, LESS, Stylus etc.) you are using.

49 lines (48 loc) 1.31 kB
{ "name": "gatsby-plugin-dts-css-modules", "version": "3.0.0", "description": "GatsbyJS V4 plugin, which automatically Creates TypeScript *.d.ts files for your CSS Modules, no matter which CSS preprocessor (Sass, LESS, Stylus etc.) you are using.", "keywords": [ "gatsby", "gatsby-plugin", "TypeScript", "type declaration", "dts", "d.ts", "CSS", "Sass", "SCSS", "LESS", "Stylus" ], "author": "Jens Duttke <github@duttke.de> (https://github.com/jens-duttke)", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/jens-duttke/gatsby-plugin-dts-css-modules.git" }, "scripts": { "lint": "node node_modules/typescript/bin/tsc --project jsconfig.json --maxNodeModuleJsDepth 0", "publish:major": "npm version major", "publish:minor": "npm version minor", "publish:patch": "npm version patch", "preversion": "npm run lint && npm run check-outdated", "postversion": "git push && git push --tags && npm publish", "check-outdated": "npx --yes -- check-outdated --ignore-pre-releases" }, "engines": { "node": ">=14.0.0" }, "dependencies": { "dts-css-modules-loader": "2.0.0" }, "peerDependencies": { "gatsby": ">= 3", "joi": "^17.0.0" }, "devDependencies": { "@types/node": "18.7.6", "gatsby": "4.21.0", "typescript": "4.7.4" } }