@conductionnl/checkbox
Version:
A Checkbox component
42 lines (41 loc) • 1.17 kB
JSON
{
"name": "@conductionnl/checkbox",
"description": "A Checkbox component",
"author": "Conduction",
"license": "EUPL-1.2",
"version": "1.0.0",
"private": false,
"scripts": {
"build": "tsc --jsx \"react-jsx\"",
"format": "prettier --write \"src/*.tsx\" ",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm run lint"
},
"files": [
"lib/**/*"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"publishConfig": {
"access": "public"
},
"website": "https://www.conduction.nl/",
"keywords": [
"nl-design-system",
"Conduction"
],
"repository": {
"type": "git",
"url": "https://github.com/ConductionNL/NL-Design-System.git",
"directory": "components/Checkbox"
},
"bugs": "https://github.com/ConductionNL/NL-Design-System/issues",
"dependencies": {
"lodash": "^4.17.21",
"react": "^17.0.1",
"typescript": "^4.4.4",
"@types/lodash": "^4.14.177",
"@types/react": "^17.0.37"
}
}