ios-haptics
Version:
haptic feedback for ios safari
39 lines (38 loc) • 764 B
JSON
{
"name": "ios-haptics",
"type": "module",
"version": "0.1.0",
"description": "haptic feedback for ios safari",
"author": "tijnjh",
"license": "MIT",
"repository": "tijnjh/ios-haptics",
"keywords": [
"haptic",
"ios",
"feedback",
"haptic-feedback",
"taptic",
"safari",
"vibrate"
],
"exports": {
".": {
"types": "./dist/index.d.cts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.cts",
"files": [
"dist"
],
"devDependencies": {
"@antfu/eslint-config": "^5.1.0",
"eslint": "^9.32.0",
"typescript": "^5.9.2",
"zshy": "^0.3.4"
},
"zshy": "./src/index.ts"
}