shorted-theme
Version:
Shorted theme references for Styled Components.
56 lines (55 loc) • 1.38 kB
JSON
{
"name": "shorted-theme",
"version": "0.1.1",
"description": "Shorted theme references for Styled Components.",
"keywords": [
"styled-components",
"styled",
"theme",
"short"
],
"homepage": "https://github.com/rmariuzzo/shorted-theme#readme",
"bugs": {
"url": "https://github.com/rmariuzzo/shorted-theme/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rmariuzzo/shorted-theme.git"
},
"license": "MIT",
"author": "Rubens Mariuzzo <rubens@mariuzzo.com>",
"main": "dist/shorted-theme.js",
"types": "dist/shorted-theme.d.ts",
"files": [
"src",
"dist"
],
"scripts": {
"test": "jest",
"compile": "npm run build -- --noEmit",
"build": "tsc --project tsconfig.json",
"postversion": "git push origin && git push origin --tags"
},
"devDependencies": {
"@types/jest": "^26.0.14",
"@types/styled-components": "^5.1.3",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"eslint": "^6.8.0",
"husky": "^4.3.0",
"jest": "^26.4.2",
"lint-staged": "^10.4.0",
"prettier": "^2.1.2",
"ts-jest": "^26.3.0",
"typescript": "^4.0.2"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.ts": "eslint --cache --fix",
"*.{ts,md}": "prettier --write"
}
}