updated package json
This commit is contained in:
parent
a4e4aefe2e
commit
3bda04ada7
15
package.json
15
package.json
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "universal-nfc",
|
||||
"name": "unfc",
|
||||
"version": "1.0.0",
|
||||
"description": "A framework-agnostic NFC package for reading/writing NFC tags in web apps and PWAs",
|
||||
"main": "dist/index.js",
|
||||
@ -19,17 +19,28 @@
|
||||
],
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"typescript": "^4.9.5"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/yourusername/universal-nfc.git"
|
||||
"url": "https://git.mohamad.dev/mo/unfc.git"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
"browserslist": [
|
||||
"chrome >= 89"
|
||||
],
|
||||
"files": [
|
||||
"dist/",
|
||||
"dist/index.js",
|
||||
"dist/definitions.js",
|
||||
"dist/web.js",
|
||||
"dist/nfc.js",
|
||||
"dist/simple-nfc.js.js",
|
||||
"dist/utils.js.js",
|
||||
"dist/definitions.js"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user