-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 1.06 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
{
"name": "mobile-spectrum-data",
"version": "1.25.1",
"description": "Data related to mobile networking spectrum around the world, including ARFCNs, descriptions, and more.",
"main": "index.js",
"types": "index.d.ts",
"repository": "https://github.com/davwheat/mobile-spectrum-data",
"author": "David Wheatley <david@davwheat.dev>",
"license": "LGPL-3.0-or-later",
"private": true,
"scripts": {
"format": "prettier --write .",
"format-check": "prettier --check .",
"build": "tsc",
"dev": "tsc --watch",
"clean": "cross-env rimraf lib publish-tmp",
"pub": "yarn format-check && node ./publish.js",
"test": "yarn tsx ./validateArfcnLists.ts"
},
"devDependencies": {
"@expo/spawn-async": "^1.7.2",
"@jsdevtools/npm-publish": "^1.4.3",
"@types/node": "^22.10.2",
"chalk": "^5.4.1",
"cross-env": "^7.0.3",
"fs-extra": "^11.2.0",
"ora": "^6.3.1",
"prettier": "^3.4.2",
"prompt-sync": "^4.2.0",
"rimraf": "^5.0.10",
"tsx": "^4.19.2",
"typescript": "5.7.2"
},
"packageManager": "yarn@4.5.3"
}