-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 957 Bytes
/
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
{
"name": "asl-tab-api",
"version": "1.0.1",
"description": "Get a YouTube channel's video data to use in the ASL Tab browser extension.",
"main": "index.js",
"scripts": {
"start": "node -r esm local.js",
"test": "echo \"Error: no test specified\" && exit 1",
"package": "rm -f dist.zip && zip -r dist.zip index.js lambda.js node_modules src --exclude node_modules/aws-sdk --exclude node_modules/aws-sdk/\\*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/missmatsuko/asl-tab-api.git"
},
"author": "Matsuko Friedland <[email protected]> (https://matsuko.ca)",
"license": "ISC",
"bugs": {
"url": "https://github.com/missmatsuko/asl-tab-api/issues"
},
"homepage": "https://github.com/missmatsuko/asl-tab-api#readme",
"dependencies": {
"esm": "^3.2",
"iso8601-duration": "^1.2",
"node-fetch": "^2.6"
},
"devDependencies": {
"aws-sdk": "^2.610",
"dotenv": "^8.2"
}
}