-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 861 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
{
"name": "rwa-validator",
"version": "1.0.6",
"main": "index.js",
"license": "MIT",
"description": "A fast minimal package to validate Rwandan National Ids and Phone Numbers(all carriers) using Regular Expressions.",
"scripts": {
"lint": "eslint .",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"test": "nyc mocha ./test/* --exit",
"fix-lint": "eslint . --fix"
},
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "3.0.9",
"eslint": ">=6.7.2",
"eslint-config-airbnb-base": "14.0.0",
"eslint-plugin-import": "2.18.2",
"mocha": "^6.2.2",
"nyc": "^14.1.1"
},
"keywords": [
"rwanda",
"validator",
"id validor",
"phone number validator",
"validate"
],
"author": "Igwaneza Bruce <knowbeeinc@gmail.com>",
"homepage": "https://github.com/knowbee/rwa-validator"
}