UNPKG

icss-js

Version:

Share style tokens between (S)CSS and JS

58 lines (57 loc) 1.53 kB
{ "name": "icss-js", "description": "Share style tokens between (S)CSS and JS", "version": "0.2.1", "author": "Philipp Daun <daun@daun.ltd>)", "license": "MIT", "source": "src/index.js", "main": "dist/icss-js.js", "module": "dist/icss-js.es.js", "esmodule": "dist/icss-js.modern.js", "unpkg": "dist/icss-js.umd.js", "scripts": { "test": "npm run lint && npm run cover", "test:only": "mocha --require esm --require jsdom-global/register test/**/*.js", "test:watch": "npm test -- --watch", "cover": "nyc --check-coverage npm run test:only", "lint": "eslint src test", "clean": "rimraf dist", "bundle": "microbundle", "build": "npm run clean && npm run bundle", "prepublish": "npm run clean && npm run lint && npm run test && npm run build" }, "files": [ "dist", "src" ], "repository": { "type": "git", "url": "https://github.com/daun/icss-js" }, "keywords": [ "icss", "css", "scss", "javascript", "style-tokens" ], "bugs": { "url": "https://github.com/daun/icss-js/issues" }, "homepage": "https://github.com/daun/icss-js", "devDependencies": { "chai": "^4.1.2", "eslint": "^7.3.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-import": "^2.21.2", "eslint-plugin-prettier": "^3.1.4", "esm": "^3.2.25", "jsdom": "16.2.2", "jsdom-global": "3.0.2", "microbundle": "^0.12.1", "mocha": "^8.0.1", "nyc": "^15.1.0", "prettier": "^2.0.5", "rimraf": "^3.0.2" } }