UNPKG

normalize-stitches

Version:

CSS-in-JS implementation of normalize.css for Stitches

31 lines (30 loc) 671 B
{ "name": "normalize-stitches", "version": "0.1.2", "description": "CSS-in-JS implementation of normalize.css for Stitches", "author": "Tushar Choudhari <choudharit23@gmail.com>", "license": "MIT", "main": "out/index.js", "module": "out/esm/index.js", "types": "*.d.ts", "files": [ "out" ], "keywords": [ "css", "normalize.css", "stitches", "css-in-js" ], "repository": { "type": "git", "url": "https://github.com/chtushar/normalize-stitches" }, "scripts": { "build": "tsc && tsc -p tsconfig.esm.json", "prebuild": "rm -rf out && mkdir -p out" }, "devDependencies": { "typescript": "^4.3.5" } }