UNPKG

@expressive/modify-style

Version:
38 lines (37 loc) 911 B
{ "name": "@expressive/modify-style", "version": "1.0.0-beta.57", "description": "Style Modifiers for most CSS keywords", "repository": "https://github.com/gabeklein/expressive-dsl", "author": { "name": "Gabe Klein", "email": "gabe@termtm.com", "url": "https://github.com/gabeklein" }, "license": "MIT", "publishConfig": { "access": "public" }, "keywords": [ "react", "xjs", "modifier" ], "main": "lib/index.js", "files": [ "/lib" ], "scripts": { "build": "esbuild ./src --bundle --outfile=lib/index.js --platform=node --target=node10 --external:@babel/types", "watch": "npm run build -- --sourcemap --watch", "prebuild": "rm -rf ./lib", "prepare": "yarn build" }, "dependencies": { "@babel/types": "7.10.3" }, "devDependencies": { "esbuild": "^0.11.14" }, "gitHead": "216e9fe3fa01e7fd4876c81e16a39843b4102b83" }