UNPKG

medical-device-symbols

Version:

Easy and light-weight international medical device symbols based on ISO 15223-1 for regulatory compliance

71 lines (70 loc) 1.78 kB
{ "name": "medical-device-symbols", "version": "2.1.0", "description": "Easy and light-weight international medical device symbols based on ISO 15223-1 for regulatory compliance", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "CONTRIBUTING.md" ], "scripts": { "generate": "node scripts/generate-index.js", "build": "npm run generate && npx tsc", "prepare": "npm run build", "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "npm run build", "version": "npm run build", "postversion": "git push && git push --tags", "deploy": "npm run build && npm publish", "deploy:patch": "npm version patch && npm run deploy", "deploy:minor": "npm version minor && npm run deploy", "deploy:major": "npm version major && npm run deploy" }, "keywords": [ "medical-device", "symbols", "iso-15223-1", "mdr", "ivdr", "fda", "regulatory", "compliance", "icons", "svg", "international", "global", "medical", "device", "labeling", "react", "vue", "angular", "typescript" ], "author": "Taig Mac Carthy", "license": "MIT", "devDependencies": { "@types/node": "^18.0.0", "@types/react": "^18.0.0", "react": "^19.1.0", "typescript": "^4.9.0" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/t4dhg/medical-device-symbols.git" }, "bugs": { "url": "https://github.com/t4dhg/medical-device-symbols/issues" }, "homepage": "https://github.com/t4dhg/medical-device-symbols#readme", "engines": { "node": ">=16.0.0" }, "publishConfig": { "access": "public" } }