-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.3 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
{
"name": "@techandsoftware/teletext-service",
"version": "0.2.7",
"description": "Teletext service API and web application to view pages and navigate between them",
"module": "public/dist/teletext-service.min.js",
"type": "module",
"scripts": {
"predev": "npm run copyfonts",
"dev": "rollup -c -w",
"build": "rollup -c rollup.prod.config.js",
"copyfonts": "cp -nr node_modules/@techandsoftware/teletext-fonts/* public/fonts",
"reuselint": "reuse lint"
},
"author": "Tech & Software Ltd. <[email protected]>",
"license": "(AGPL-3.0-only OR LicenseRef-uk.ltd.TechAndSoftware-1.0)",
"repository": {
"type": "git",
"url": "https://github.com/techandsoftware/teletext-service.git"
},
"bugs": {
"url": "https://github.com/techandsoftware/teletext-service/issues"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.0",
"@techandsoftware/teletext": "^0.13.2",
"@techandsoftware/teletext-caster": "^0.10.1",
"eslint": "^7.25.0",
"rollup": "^2.47.0",
"rollup-plugin-browsersync": "^1.3.1",
"rollup-plugin-terser": "^7.0.2"
},
"files": [
"LICENSES",
"public/index.html",
"public/dist/teletext-service.min.*",
"package.json.license"
],
"dependencies": {
"@techandsoftware/teletext-fonts": "^1.0.0"
}
}