unfc/package.json
Mohamad.Elsena 5830226e70 weeee💃
2025-03-04 10:48:19 +01:00

36 lines
720 B
JSON

{
"name": "universal-nfc",
"version": "1.0.0",
"description": "A framework-agnostic NFC package for reading/writing NFC tags in web apps and PWAs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"nfc",
"ndef",
"rfid",
"web nfc",
"pwa",
"mobile"
],
"author": "",
"license": "MIT",
"devDependencies": {
"typescript": "^4.9.5"
},
"repository": {
"type": "git",
"url": "https://github.com/yourusername/universal-nfc.git"
},
"engines": {
"node": ">=12.0.0"
},
"browserslist": [
"chrome >= 89"
]
}