-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
85 lines (85 loc) · 1.95 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "ng-banks",
"version": "2.1.1",
"description": "Light-weight zero dependency npm package that helps get nigerian banks",
"main": "lib/index.js",
"module": "lib/index.es.js",
"umd": "lib/index.umd.js",
"types": "lib/index.d.ts",
"repository": "[email protected]:BolajiOlajide/ng-banks.git",
"author": "Bolaji Olajide",
"license": "MIT",
"scripts": {
"prebuild": "rm -rf lib",
"build": "yarn build:declaration && yarn build:rollup",
"build:declaration": "tsc",
"build:rollup": "rollup -c rollup.config.ts",
"example": "ts-node example",
"test": "jest"
},
"files": [
"lib",
"yarn.lock",
"package.json",
"README.md"
],
"maintainers": [
{
"name": "Bolaji Olajide",
"url": "https://bolaji.de",
"email": "[email protected]"
}
],
"bugs": {
"url": "https://github.com/BolajiOlajide/ng-banks/issues"
},
"keywords": [
"Banks",
"Nigerian",
"money",
"access bank",
"citibank",
"access (diamond) bank",
"ecobank",
"ecobank",
"fidelity bank",
"first bank",
"globus bank",
"guaranty trust bank",
"heritage bank",
"key stone bank",
"mainstreet bank",
"polaris bank",
"stanbic ibtc bank",
"standard chartered bank",
"ng banks",
"nigeria",
"sterling bank",
"suntrust bank",
"titan trust bank",
"union bank",
"union bank",
"united bank",
"unity bank",
"wema bank",
"zenith bank"
],
"devDependencies": {
"@babel/preset-env": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-node-resolve": "13.1.3",
"@types/jest": "27.4.0",
"@types/node": "17.0.8",
"babel": "6.23.0",
"jest": "27.4.7",
"rollup": "2.63.0",
"rollup-plugin-terser": "7.0.2",
"ts-jest": "27.1.2",
"ts-node": "10.4.0",
"typescript": "4.5.4"
},
"prettier": {
"singleQuote": false
}
}