-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.1 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
{
"name": "@nljms/ph-mobile-networks",
"version": "2.0.0",
"description": "List of mobile network prefixes along with their providers ",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p .",
"dev": "nodemon --watch \"src/**\" --ext \"ts,json\" --ignore \"src/**/*.spec.ts\" --exec \"ts-node src/index.ts\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/nljms/ph-mobile-networks.git"
},
"keywords": [
"philippines",
"node",
"nodejs",
"typescript",
"mobile",
"mobile-networks",
"mobile-network",
"globe",
"smart",
"tnt"
],
"author": "Neil Monzales",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/nljms/ph-mobile-networks/issues"
},
"homepage": "https://github.com/nljms/ph-mobile-networks#readme",
"devDependencies": {
"@types/node": "^17.0.24",
"concurrently": "^7.1.0",
"nodemon": "^2.0.15",
"rimraf": "^3.0.2",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
},
"typings": "./lib/index.d.ts"
}