-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
70 lines (70 loc) · 2.02 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
64
65
66
67
68
69
70
{
"name": "@api.video/strapi-uploader-plugin",
"version": "1.0.6",
"description": "A powerful Strapi plugin to easily manage your videos and integrate them in your project",
"strapi": {
"name": "api-video-uploader",
"description": "A powerful Strapi plugin to easily manage your videos and integrate them in your project",
"kind": "plugin",
"displayName": "api.video Uploader"
},
"repository": {
"type": "git",
"url": "https://github.com/apivideo/api.video-strapi-plugin"
},
"dependencies": {
"@api.video/nodejs-client": "^2.2.9",
"@api.video/react-player": "^1.0.2",
"@api.video/private-video-session": "^0.0.1",
"@api.video/video-uploader": "^1.1.0",
"@strapi/design-system": "^1.3.1",
"@strapi/helper-plugin": "^4.5.2",
"@strapi/icons": "^1.3.1"
},
"devDependencies": {
"@types/react": "^18.0.25",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.26",
"husky": "^8.0.2",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"typescript": "4.6.3"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0"
},
"scripts": {
"develop": "tsc --build -w src",
"build": "tsc --build src",
"prepublishOnly": "npm run build"
},
"author": {
"name": "api.video Ecosystem team",
"email": "ecosystem@api.video",
"url": "https://api.video"
},
"maintainers": [
{
"name": "api.video Ecosystem team",
"email": "ecosystem@api.video",
"url": "https://api.video"
}
],
"engines": {
"node": ">=14.19.1 <22.0.0",
"npm": ">=6.0.0"
},
"keywords": [
"video",
"video-processing",
"strapi",
"strapi-plugin",
"strapicms",
"strapi-cms",
"strapi4"
],
"license": "MIT",
"lint-staged": {
"*.{ts,js,css,md,json}": "prettier --write"
}
}