UNPKG

postcss-editor-styles-wrapper

Version:
66 lines (65 loc) 1.74 kB
{ "name": "postcss-editor-styles-wrapper", "version": "1.0.1", "description": "Remove your editor-styles from the global scope ", "author": "Antonio Laguna <antonio@laguna.es>", "license": "MIT-0", "repository": { "type": "git", "url": "https://github.com/Antonio-Laguna/postcss-editor-styles.git" }, "homepage": "https://github.com/Antonio-Laguna/postcss-editor-styles#readme", "bugs": "https://github.com/Antonio-Laguna/postcss-editor-styles/issues", "scripts": { "build": "rollup -c ./rollup/default.mjs", "prepublishOnly": "npm run build && npm run test", "test": "node .tape.mjs && node ./test/_import.mjs && node ./test/_require.cjs", "test:rewrite-expects": "REWRITE_EXPECTS=true node .tape.mjs" }, "engines": { "node": "^18 || >= 20" }, "main": "dist/index.cjs", "module": "dist/index.mjs", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs", "default": "./dist/index.mjs" } }, "files": [ "CHANGELOG.md", "LICENSE.md", "README.md", "dist" ], "peerDependencies": { "postcss": "^8.4" }, "devDependencies": { "@babel/core": "^7.22.20", "@babel/preset-env": "^7.22.20", "@csstools/postcss-tape": "^3.0.1", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-commonjs": "^25.0.4", "@rollup/plugin-node-resolve": "^15.2.1", "@rollup/plugin-terser": "^0.4.3", "@rollup/plugin-typescript": "^11.1.3", "@stryker-mutator/core": "^7.1.1", "@typescript-eslint/eslint-plugin": "^6.7.0", "babel-eslint": "^10.1.0", "eslint": "^8.49.0", "rollup": "^3.29.2", "tslib": "^2.6.2", "typescript": "^5.2.2" }, "keywords": [ "postcss", "css", "postcss-plugin", "wordpress", "gutenberg" ] }