This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
63 lines (63 loc) · 1.91 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
59
60
61
62
63
{
"name": "amplify-category-video",
"version": "3.9.2",
"description": "Plugin for Amplify to add support for live streaming. Made for Unicorn Trivia Workshop",
"main": "index.js",
"scripts": {
"postinstall": "node scripts/post-install.js",
"preversion": "git fetch upstream && git checkout upstream/master && npm run lint && npm run test",
"version": "cross-env-shell git checkout -b release/$npm_package_version ",
"postversion": "git push upstream && git push --tags",
"test": "jest --detectOpenHandles --runInBand",
"dev-test": "NODE_ENV=dev jest --detectOpenHandles --runInBand",
"lint": "eslint .",
"lint-fix": "eslint . --fix",
"release": "node scripts/release.js"
},
"author": "wizage",
"license": "Apache 2.0",
"repository": {
"type": "git",
"url": "https://github.com/awslabs/amplify-video.git"
},
"keywords": [
"amplify",
"plugin",
"video"
],
"dependencies": {
"archiver": "^5.3.1",
"chalk": "^5.0.1",
"child_process": "^1.0.2",
"ejs": "^3.1.8",
"fs-extra": "^10.1.0",
"ini": "^3.0.1",
"inquirer": "^9.1.1",
"mime-types": "^2.1.35",
"node-html-parser": "^5.4.2",
"ora": "^6.1.2",
"sha1": "^1.1.1",
"xcode": "^3.0.1",
"xml2js": "^0.4.23",
"yaml": "^2.1.1"
},
"devDependencies": {
"aws-sdk": "^2.1210.0",
"axios": "^0.27.2",
"cross-env": "^7.0.3",
"eslint": "^8.23.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.0.1",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.7",
"eslint-plugin-react-hooks": "^4.6.0",
"glob": "^8.0.3",
"jest": "^29.0.2",
"supertest": "^6.2.4"
},
"bugs": {
"url": "https://github.com/awslabs/amplify-video/issues"
},
"homepage": "https://github.com/awslabs/amplify-video#readme"
}