stitches-reset
Version:

41 lines (40 loc) • 879 B
JSON
{
"name": "stitches-reset",
"version": "1.0.0",
"author": "Achim Rolle <achim.rolle@googlemail.com>",
"license": "MIT",
"main": "lib/index.js",
"module": "lib/esm/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"build": "tsc && tsc -p tsconfig.esm.json",
"prebuild": "rm -rf lib && mkdir -p lib",
"test": "echo \"No test specified\""
},
"repository": {
"type": "git",
"url": "https://github.com/hauptrolle/stitches-reset.git"
},
"bugs": "https://github.com/hauptrolle/stitches-reset/issues",
"keywords": [
"css",
"reset",
"reset.css",
"stitches",
"css-in-js"
],
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"devDependencies": {
"husky": "^4.2.5",
"prettier": "^2.1.1",
"pretty-quick": "^3.0.0",
"typescript": "^4.0.2"
}
}