-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 747 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 747 Bytes
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
{
"name": "react-verification-input-aria",
"version": "2.1.0",
"main": "lib/index.js",
"private": false,
"description": "A react component for verification input",
"types": "lib",
"scripts": {
"dev": "cd ./main && yarn run dev",
"clean": "rimraf lib/",
"copy-files": "copyfiles -f \"main/src/react-verification-input/**/*.html\" \"main/src/react-verification-input/**/*.css\" lib",
"build": "yarn clean && tsc -p . && yarn copy-files"
},
"keywords": [],
"LeulAria": "LeulAria",
"license": "ISC",
"peerDependencies": {
"react": ">=16.3.0"
},
"devDependencies": {
"copyfiles": "^2.4.1",
"rimraf": "^3.0.2",
"typescript": "^4.3.5"
},
"repository": "LeulAria/react-verification-input"
}