postcss-scoper
Version:
Parse CSS and add scoped selector
49 lines (48 loc) • 1.16 kB
JSON
{
"name": "postcss-scoper",
"version": "1.0.11",
"description": "Parse CSS and add scoped selector",
"keywords": [
"postcss-scoper",
"css",
"prefix",
"scoper",
"prepend",
"postcss",
"postcss-plugin"
],
"main": "dist/bundle.js",
"scripts": {
"build": "rollup -c",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint .",
"release": "bump --commit --tag 'v%s'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ro1963855/postcss-scoper.git"
},
"author": "Dandy Chen",
"license": "MIT",
"bugs": {
"url": "https://github.com/ro1963855/postcss-scoper/issues"
},
"homepage": "https://github.com/ro1963855/postcss-scoper#readme",
"dependencies": {
"css-selector-parser": "^1.4.1",
"postcss": "^7"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.1",
"@types/jest": "^27.4.1",
"eslint": "^5.16.0",
"eslint-plugin-jest": "^23.8.2",
"jest": "^27.5.1",
"rollup": "^2.70.1",
"rollup-plugin-uglify": "^6.0.4",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
}
}