forked from openbrewerydb/openbrewerydb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) 路 1.29 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) 路 1.29 KB
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
{
"name": "openbrewerydb",
"version": "0.0.1",
"description": "An open-source dataset of breweries, cideries, brewpubs, and bottleshops.",
"scripts": {
"json:export": "ts-eager ./src/export-json.ts",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"csv:split": "ts-eager ./src/split-csv.ts",
"csv:combine": "ts-eager ./src/combine-csv.ts",
"csv:validate": "ts-eager ./src/validate-csv.ts",
"sql": "ts-eager ./src/csv-to-sql.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openbrewerydb/openbrewerydb.git"
},
"author": "Chris J Mears",
"license": "MIT",
"bugs": {
"url": "https://github.com/openbrewerydb/openbrewerydb/issues"
},
"homepage": "https://github.com/openbrewerydb/openbrewerydb#readme",
"dependencies": {
"glob": "^7.1.6",
"glob-promise": "^4.1.0",
"papaparse": "^5.2.0",
"pg-promise": "^10.10.1",
"slugify": "^1.4.0"
},
"devDependencies": {
"@types/glob": "^7.1.3",
"@types/papaparse": "^5.2.5",
"all-contributors-cli": "^6.19.0",
"csval": "^1.1.1",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"ts-eager": "^1.1.3",
"typescript": "^4.2.3"
},
"prettier": {}
}