UNPKG

@renzp/postcss-css-scoped

Version:
35 lines 846 B
{ "name": "@renzp/postcss-css-scoped", "version": "0.0.5", "description": "实现css scoped的postcss plugin", "main": "lib/index.js", "files": [ "lib/index.js" ], "repository": { "type": "git", "url": "git+https://github.com/renzp94/jsx-css-scoped-loader.git" }, "keywords": [ "postcss", "loader", "css scoped" ], "author": "renzp <1074720760.qq.com>", "license": "MIT", "bugs": { "url": "https://github.com/renzp94/jsx-css-scoped-loader/issues" }, "homepage": "https://github.com/renzp94/jsx-css-scoped-loader#readme", "publishConfig": { "registry": "https://registry.npmjs.org" }, "dependencies": { "postcss-selector-parser": "^6.0.16" }, "scripts": { "dev": "tsup --watch src", "build": "tsup", "pub": "npm run build && npm publish --access=public" } }