-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 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
{
"name": "phone-formater-eth",
"version": "1.1.8",
"description": "Format Ethiopian phone numbers and check ISP under the number.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"start": "nodemon dist/index.js",
"dev": "nodemon --watch src --ext ts src/index.ts",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@types/jest": "^29.0.0",
"@types/node": "^18.0.0",
"jest": "^29.0.0",
"nodemon": "^3.1.4",
"ts-jest": "^29.0.0",
"typescript": "^5.0.0"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node",
"testMatch": [
"**/?(*.)+(spec|test).ts"
]
},
"license": "MIT",
"author": "Hulunlante Worku",
"homepage": "https://github.com/HuluWZ/phone-formater-eth#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/HuluWZ/phone-formater-eth.git"
},
"bugs": {
"url": "https://github.com/HuluWZ/phone-formater-eth/issues"
},
"keywords": [
"phone",
"formatter",
"ethiopian",
"operator",
"safaricom",
"ethio-telecom",
"phone number"
]
}