@habit.analytics/habit-smartlink-reactcomponent
Version:
A React component for Habit SmartLink integration.
36 lines (35 loc) • 929 B
JSON
{
"name": "@habit.analytics/habit-smartlink-reactcomponent",
"version": "1.3.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/muzzley/habit-smartlink-reactcomponent.git"
},
"keywords": [
"habit",
"smartlink",
"smart-link"
],
"author": "habit (https://www.habit.io/)",
"license": "ISC",
"bugs": {
"url": "https://bitbucket.org/muzzley/habit-smartlink-reactcomponent/issues"
},
"homepage": "https://bitbucket.org/muzzley/habit-smartlink-reactcomponent#readme",
"description": "A React component for Habit SmartLink integration.",
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"typescript": "^5.4.2"
}
}