UNPKG

934 BJSONView Raw
1{
2 "author": "Dead Pixels Collective",
3 "bugs": {
4 "url": "https://github.com/deathbeds/jupyterlab-fonts/issues"
5 },
6 "peerDependencies": {
7 "@deathbeds/jupyterlab-fonts": "^0.4.0"
8 },
9 "dependencies": {
10 "firacode": "^1.205.0",
11 "@jupyterlab/application": "^0.17.0"
12 },
13 "devDependencies": {
14 "@types/webpack-env": "~1.13.6"
15 },
16 "description": "Fira Code Fonts for JupyterLab",
17 "files": [
18 "{lib,style}/*.{d.ts,js,css}",
19 "{README.md,LICENSE}"
20 ],
21 "jupyterlab": {
22 "extension": true
23 },
24 "keywords": [
25 "jupyter",
26 "jupyterlab",
27 "jupyterlab-extension"
28 ],
29 "license": "BSD-3-Clause",
30 "main": "lib/index.js",
31 "name": "@deathbeds/jupyterlab-font-fira-code",
32 "repository": {
33 "type": "git",
34 "url": "https://github.com/deathbeds/jupyterlab-fonts.git"
35 },
36 "types": "lib/index.d.ts",
37 "version": "0.4.0",
38 "scripts": {
39 "build": "tsc",
40 "watch": "tsc -w"
41 }
42}