-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.46 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
{
"name": "@exuus/rwanda-phone-utils",
"version": "1.0.7",
"description": "A package to validate and format rwandan phone numbers",
"main": "./lib/src/index.js",
"types": "lib/src",
"scripts": {
"test": "cross-env NODE_ENV=test jest --coverage --forceExit --detectOpenHandles --runInBand",
"start": "node lib/src/index.js",
"build": "tsc --build"
},
"author": "Elie Mugenzi",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/node": "^7.14.7",
"@babel/preset-env": "^7.14.7",
"@babel/preset-typescript": "^7.14.5",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.4",
"babel-jest": "^27.0.5",
"babel-plugin-module-resolver": "^4.1.0",
"babel-watch": "^7.4.1",
"cross-env": "^7.0.3",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-babel-module": "^5.3.1",
"eslint-import-resolver-jest": "^3.0.0",
"eslint-plugin-import": "^2.23.4",
"jest": "^27.0.5",
"regenerator-runtime": "^0.13.7",
"typescript": "^4.3.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/exuus/rwanda-phone-utils.git"
},
"bugs": {
"url": "https://github.com/exuus/rwanda-phone-utils/issues"
},
"homepage": "https://github.com/exuus/rwanda-phone-utils#readme",
"directories": {
"lib": "lib",
"test": "tests"
},
"keywords": [
"phone",
"mtn",
"airtel",
"format"
]
}