UNPKG

1.47 kBJSONView Raw
1{
2 "name": "@jupyterlab/template",
3 "version": "2.2.5",
4 "description": "JupyterLab - Package Template",
5 "homepage": "https://github.com/jupyterlab/jupyterlab",
6 "bugs": {
7 "url": "https://github.com/jupyterlab/jupyterlab/issues"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/jupyterlab/jupyterlab.git"
12 },
13 "license": "BSD-3-Clause",
14 "author": "Project Jupyter",
15 "files": [
16 "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
17 "schema/*.json",
18 "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
19 ],
20 "sideEffects": [
21 "style/**/*"
22 ],
23 "main": "lib/index.js",
24 "types": "lib/index.d.ts",
25 "directories": {
26 "lib": "lib/"
27 },
28 "scripts": {
29 "build": "tsc -b",
30 "build:test": "tsc --build tsconfig.test.json",
31 "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
32 "prepublishOnly": "npm run build",
33 "test": "jest",
34 "test:cov": "jest --collect-coverage",
35 "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
36 "test:debug:watch": "node --inspect-brk node_modules/.bin/jest --runInBand --watch",
37 "watch": "tsc -b --watch"
38 },
39 "devDependencies": {
40 "@jupyterlab/testutils": "^2.2.7",
41 "@types/jest": "^24.0.23",
42 "jest": "^25.2.3",
43 "rimraf": "~3.0.0",
44 "ts-jest": "^25.2.1",
45 "typescript": "~3.7.3"
46 },
47 "publishConfig": {
48 "access": "public"
49 },
50 "gitHead": "51fe0db3c6b91322d21f3a7cd8621f9abc4515e2"
51}