forked from SuperFlyTV/sofie-blueprint-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.25 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.25 KB
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
{
"name": "sofie-blueprint-tools",
"main": "lib/main.js",
"license": "MIT",
"version": "1.2.1",
"repository": {
"type": "git",
"url": "git+https://github.com/SuperFlyTV/sofie-blueprint-tools.git"
},
"packageManager": "yarn@4.12.0",
"bin": {
"blueprint-build": "bin/build.mjs",
"blueprint-bundle": "bin/bundle.mjs",
"blueprint-extract-translations": "bin/extract-translations.mjs",
"blueprint-schema-types": "bin/schema-types.mjs",
"blueprint-schema-deref": "bin/dereference-schema.mjs"
},
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^15.1.3",
"@rollup/plugin-alias": "^6.0.0",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-replace": "^6.0.3",
"@rollup/plugin-typescript": "^12.3.0",
"dotenv": "^17.2.3",
"i18next-conv": "^16.0.0",
"i18next-parser": "^9.3.0",
"json-schema-to-typescript": "^15.0.4",
"meow": "^14.0.0",
"rollup": "^4.53.3",
"vinyl-fs": "^4.0.2"
},
"peerDependencies": {
"@sofie-automation/blueprints-integration": "*"
},
"devDependencies": {
"@sofie-automation/code-standard-preset": "^3.2.0"
},
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json"
}