postcss-theme-fold
Version:
[![NPM Version][npm-img]][npm-url] [![github (ci)][github-ci]][github-ci]
40 lines (39 loc) • 929 B
JSON
{
"name": "postcss-theme-fold",
"version": "1.10.0",
"main": "index.js",
"typings": "lib/index.d.ts",
"scripts": {
"build": "npm run clean && tsc",
"clean": "rm -rf lib",
"prepublishOnly": "npm run build",
"test": "jest --coverage",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
},
"keywords": [
"postcss",
"postcss-plugin",
"whitepaper",
"css variable"
],
"author": "Eugene Tropin <yarastqt@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/jest": "24.0.23",
"@types/node": "12.12.14",
"conventional-changelog-cli": "2.1.0",
"jest": "24.9.0",
"ts-jest": "24.2.0",
"typescript": "4.5.2"
},
"dependencies": {
"postcss": "7.0.24",
"postcss-color-function": "4.1.0",
"postcss-import": "12.0.1",
"postcss-simple-vars": "5.0.2"
},
"files": [
"lib",
"index.js"
]
}