-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
59 lines (59 loc) · 1.34 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
{
"name": "deposit-iban",
"version": "1.13.1",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf ./dist/* && tsc ",
"test": "npm run build && mocha ./test/**/*.js",
"lint": "echo 'Linter is not implemented yet'",
"cover": "istanbul cover node_modules/mocha/bin/_mocha ./test/**/*.js - - -R spec"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint",
"pre-push": "npm run test"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/mohammadranjbar/deposit-iban.git"
},
"keywords": [
"iban",
"bank",
"deposit",
"account",
"bban",
"بانک",
"شبا",
"شماره حساب",
"آینده",
"صادرات",
"ملی",
"ملت",
"سپه",
"اقتصاد نوین",
"کارآفرین",
"سینا",
"سامان"
],
"homepage": "https://github.com/mohammadranjbar/deposit-iban#readme",
"author": "Mohammd Ranjbar <mranjbar.z2993@gmail.com>",
"license": "ISC",
"dependencies": {
"big-integer": "^1.6.40"
},
"devDependencies": {
"@types/node": "^10.12.12",
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"husky": "^1.2.0",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"tslint": "^5.11.0",
"typescript": "^3.2.2"
}
}