-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
47 lines (47 loc) · 1.24 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
{
"name": "google-photos-etc",
"version": "2.1.2",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/khalisafkari/google-photos-etc.git"
},
"author": "Khalis Afkari <[email protected]>",
"license": "MIT",
"scripts": {
"tsc": "tsc --init",
"build": "tsc -p .",
"dev": "nodemon example/index.js",
"release": "npm-github-release",
"test": "nodemon index.ts"
},
"devDependencies": {
"@types/cheerio": "^0.22.29",
"@types/express": "^4.17.12",
"nodemon": "^2.0.7",
"npm-github-release": "^0.12.0",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
},
"dependencies": {
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.9",
"cors": "^2.8.5",
"express": "^4.17.1",
"request": "^2.88.0"
},
"homepage": "https://github.com/khalisafkari/google-photos-etc",
"description": "[![Build Status](https://travis-ci.org/khalisafkari/google-photos-etc.svg?branch=master)](https://travis-ci.org/khalisafkari/google-photos-etc)",
"bugs": {
"url": "https://github.com/khalisafkari/google-photos-etc/issues"
},
"keywords": [
"google",
"google",
"photos",
"google",
"drive",
"blogger"
]
}