react-any-attr
Version:
Enables you to create any HTML attribute in React spearing the headache.
57 lines (56 loc) • 1.53 kB
JSON
{
"name": "react-any-attr",
"version": "1.1.2",
"description": "Enables you to create any HTML attribute in React spearing the headache.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itaym/react-any-attr.git"
},
"keywords": [
"React",
"HTML",
"utility",
"props",
"Attributes",
"Properties",
"Custom",
"Any"
],
"author": "Itay Merchav",
"license": "MIT",
"bugs": {
"url": "https://github.com/itaym/react-any-attr/issues"
},
"homepage": "https://github.com/itaym/react-any-attr#readme",
"devDependencies": {
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jest": "^25.2.1",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.2.0",
"enzyme-to-json": "^3.4.4",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"ts-jest": "^25.5.1",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.8.3"
},
"dependencies": {}
}