-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 959 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
32
33
34
35
36
37
{
"name": "tanzanian-phone-validator",
"version": "1.1.5",
"description": "Phone Number Validation for Tanzanian.",
"main": "dist/index.js",
"scripts": {
"test": "jest --config jest.config.js",
"build": "tsc --outDir dist"
},
"files": [
"dist",
"index.d.ts",
"helpers",
"types"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fredygerman/tanzanian-phone-validator.git"
},
"keywords": [],
"author": "Fredy German Mgimba",
"license": "ISC",
"bugs": {
"url": "https://github.com/fredygerman/tanzanian-phone-validator/issues"
},
"homepage": "https://github.com/fredygerman/tanzanian-phone-validator#readme",
"devDependencies": {
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@types/jest": "^29.5.5",
"@types/node": "^20.7.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}