-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.65 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
54
55
56
57
58
{
"name": "covid-vaccination-centres-parser-pk",
"version": "1.0.12",
"repository": "https://github.com/abdulhannanali/covid-vaccination-centres-parser-pk",
"description": "Parsed vaccination centres from raw files for usage in an application",
"types": "dist/src/index.d.ts",
"main": "dist/src/index.js",
"scripts": {
"build": "rm -rf dist && tsc",
"watch": "tsc --watch",
"prepublish": "npm run build",
"lint": "tslint --project ./",
"lint:fix": "tslint --project ./ --fix",
"test": "npm run build && jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-typescript": "^7.15.0",
"@tsconfig/node16": "^1.0.2",
"@types/debug": "^4.1.7",
"@types/fast-levenshtein": "^0.0.2",
"@types/fs-extra": "^9.0.12",
"@types/jest": "^26.0.24",
"@types/node": "^16.4.13",
"@types/pkg-up": "^3.1.0",
"@types/ramda": "^0.27.44",
"@types/sqlite3": "^3.1.7",
"babel-jest": "^27.0.6",
"cheerio": "^1.0.0-rc.10",
"csv-parse": "^4.16.0",
"csv-parser": "^3.0.0",
"jest": "^27.0.6",
"pkg-up": "^3.1.0",
"prettier": "^2.3.2",
"tabletojson": "^2.0.7",
"tslint": "^6.1.3",
"typescript": "^4.3.5"
},
"dependencies": {
"@googlemaps/google-maps-services-js": "^3.1.16",
"axios": "^0.21.1",
"debug": "^4.3.2",
"dot-env": "^0.0.1",
"dotenv": "^10.0.0",
"fast-levenshtein": "^2.0.6",
"fs-extra": "^10.0.0",
"googleapis": "^84.0.0",
"lokijs": "^1.5.12",
"nanoid": "^3.1.25",
"nedb": "^1.8.0",
"ramda": "^0.27.1",
"read-pkg-up": "^8.0.0",
"sqlite3": "^5.0.2"
}
}