-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.13 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "react-card-brand",
"version": "0.1.6",
"author": {
"name": "Javier Diaz Chamorro",
"email": "[email protected]"
},
"scripts": {
"start": "tsc -w",
"build": "rimraf lib && yarn lint && tsc",
"prepare": "yarn build",
"format": "prettier --write \"src/**/*.ts\" \"lib/**/*.js\"",
"lint": "tslint -p tsconfig.json"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/coderdiaz/react-card-brand.git"
},
"bugs": {
"url": "https://github.com/coderdiaz/react-card-brand/issues"
},
"devDependencies": {
"@types/react": "^18.2.15",
"prettier": "^3.0.0",
"rimraf": "^5.0.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^5.1.6"
},
"peerDependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"keywords": [
"react",
"card",
"payment card",
"credit card",
"debit card",
"card identifier",
"render card brand",
"card brand",
"creditcard",
"validation"
],
"license": "MIT"
}