-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.33 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
{
"name": "@bbc/audio-orchestration",
"scripts": {
"bump": "node scripts/bump.js && npm install",
"check-versions": "node scripts/check-versions.js",
"publish-all": "(cd packages/bbcat-js && npm publish) && (cd packages/cloud-sync-client && npm publish) && (cd packages/core && npm publish) && (cd packages/template && npm publish)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bbc/audio-orchestration.git"
},
"author": "BBC R&D",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/bbc/audio-orchestration/issues"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^9.0.1",
"esdoc": "^1.1.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-notice": "^0.9.10",
"html-webpack-plugin": "^5.3.2",
"readline": "^1.3.0",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.1"
},
"homepage": "https://github.com/bbc/audio-orchestration#readme",
"workspaces": [
"packages/cloud-sync-client",
"packages/bbcat-js",
"packages/core",
"packages/template"
],
"private": true
}