-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.32 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
{
"name": "open-data",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"update-airtable": "ts-node src/airtable.ts",
"update-sheets": "ts-node src/sheets.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Karuna2020/open-data.git"
},
"keywords": [],
"author": "Anand Chowdhary <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Karuna2020/open-data/issues"
},
"homepage": "https://github.com/Karuna2020/open-data#readme",
"dependencies": {
"@sindresorhus/slugify": "^0.11.0",
"airtable": "^0.8.1",
"axios": "^0.19.2",
"cloudinary": "^1.21.0",
"convert-rupees-into-words": "^1.0.6",
"download": "^8.0.0",
"got": "^10.7.0",
"js-yaml": "^3.13.1",
"marked": "^0.8.2",
"mustache": "^4.0.1",
"nodemailer": "^6.4.6",
"pdf-puppeteer": "^1.1.10"
},
"devDependencies": {
"@types/airtable": "^0.5.7",
"@types/fs-extra": "^8.1.0",
"@types/js-yaml": "^3.12.3",
"@types/marked": "^0.7.3",
"@types/mustache": "^4.0.1",
"@types/nodemailer": "^6.4.0",
"@types/puppeteer": "^2.0.1",
"dotenv": "^8.2.0",
"fs-extra": "^9.0.0",
"ts-node": "^8.8.1",
"typescript": "^3.8.3"
}
}