-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·39 lines (39 loc) · 1.03 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
{
"name": "varbase_youtube_import",
"private": true,
"description": "Feed type that imports from YouTube channels and playlists.",
"license": "GPL-2.0",
"engines": {
"yarn": ">= 1.6",
"node": ">= 18.0"
},
"keywords": [
"Drupal",
"Varbase",
"Varbase Workflow",
"Workflow",
"Moderation",
"Content Planner",
"Scheduler"
],
"author": "Vardot",
"scripts": {
"phpcs": "phpcs --standard=./.phpcs.xml .",
"phpcbf": "phpcbf --standard=./.phpcs.xml .",
"lint:yaml": "node ./node_modules/eslint/bin/eslint.js --config=.eslintrc.json --ext .yml ."
},
"dependencies": { },
"devDependencies": {
"eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jquery": "^1.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-yml": "^0.14.0",
"eslint-plugin-jsx-a11y": "~6",
"eslint-plugin-react": "~7",
"eslint-plugin-react-hooks": "~4",
"prettier": "~2"
}
}