@vinsea/postcss
Version:
40 lines (39 loc) • 847 B
JSON
{
"name": "@vinsea/postcss",
"version": "1.0.4",
"description": "my PostCSS plugin",
"author": "Vinsea",
"repository": {
"type": "git",
"url": "git+https://github.com/Vinsea/toolkit.git",
"directory": "packages/postcss"
},
"bugs": {
"url": "https://github.com/Vinsea/toolkit/issues"
},
"homepage": "https://github.com/Vinsea/toolkit/blob/main/packages/postcss/README.md",
"directories": {
"test": "__tests__"
},
"keywords": [
"vinsea",
"postcss",
"namespace"
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "index.js",
"scripts": {
"test": "jest --coverage"
},
"peerDependencies": {
"postcss": "^8.2.8"
},
"devDependencies": {
"jest": "^26.6.3",
"postcss": "^8.2.8"
},
"gitHead": "9b79e8e0032c4d703857aaa01520f642721c94e3"
}