-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 807 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 807 Bytes
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": "grayjay-dailymotion-plugin",
"version": "1.0.0",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"prettier": "npx prettier --write ./src/**/*.ts",
"codegen": "graphql-codegen --config ./scripts/codegen.ts"
},
"engines": {
"node": ">=14",
"npm": ">=6.14.4"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/typescript": "4.0.7",
"@rollup/plugin-commonjs": "25.0.8",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-typescript": "11.1.6",
"graphql": "16.8.1",
"rollup": "4.52.5",
"rollup-plugin-copy": "3.5.0",
"rollup-plugin-delete": "2.0.0",
"typescript": "5.4.5"
}
}