-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 888 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@kezoponk/iphonepasscode",
"version": "1.1.1",
"description": "IPhonePasscode creates very easily a highly customizable and functional copy of the iconic IPhone pin passcode",
"main": "dist/iphonepasscode",
"scripts": {
"build": "tsc -p ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/kezoponk/IPhonePasscode.js.git"
},
"keywords": [
"passcode",
"html",
"javascript",
"passcode-library",
"iphonepasscode",
"login",
"authorization",
"authorize"
],
"peerDependencies": {
"react": ">=16.14.0"
},
"devDependencies": {
"typescript": "^5.0.4",
"@types/react": ">=16.14.8"
},
"author": "Albin Eriksson",
"license": "MIT",
"bugs": {
"url": "https://github.com/kezoponk/IPhonePasscode.js/issues"
},
"homepage": "https://github.com/kezoponk/IPhonePasscode.js#readme"
}