generated from Health-Education-England/tis-template-generic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.13 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
{
"name": "tis-trainee-api",
"version": "0.0.3",
"description": "OpenAPI documentation for TIS Trainee services.",
"main": "index.js",
"scripts": {
"build": "npm run bundle && webpack",
"bundle": "redocly bundle openapi/openapi.yml --output dist/static/openapi.yml",
"deploy": "gh-pages -d dist",
"start": "npm run bundle && webpack serve --open",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Health-Education-England/tis-trainee-api.git"
},
"keywords": [
"tis",
"tis-self-service"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Health-Education-England/tis-trainee-api/issues"
},
"homepage": "https://github.com/Health-Education-England/tis-trainee-api#readme",
"devDependencies": {
"copy-webpack-plugin": "^12.0.2",
"gh-pages": "^6.2.0",
"html-webpack-plugin": "^5.6.3",
"html-webpack-tags-plugin": "^3.0.2",
"@redocly/cli": "^1.26.0",
"swagger-ui": "^5.17.14",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
}
}