|
1 | 1 | {
|
2 | 2 | "name": "vpython",
|
3 |
| - "version": "0.4.3", |
| 3 | + "version": "0.4.6", |
4 | 4 | "description": "VPython extension for Jupyterlab",
|
5 | 5 | "keywords": [
|
6 | 6 | "jupyter",
|
|
14 | 14 | "license": "BSD-3-Clause",
|
15 | 15 | "author": "John Coady",
|
16 | 16 | "files": [
|
17 |
| - "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf,otf}", |
18 |
| - "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}" |
| 17 | + "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf,otf,ico}", |
| 18 | + "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf,otf,ico}", |
| 19 | + "vpython_data/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf,otf,ico}", |
| 20 | + "vpython_libraries/*" |
19 | 21 | ],
|
20 | 22 | "main": "lib/index.js",
|
21 | 23 | "typings": "lib/index.d.ts",
|
| 24 | + "style": "style/index.css", |
| 25 | + "repository": { |
| 26 | + "type": "git", |
| 27 | + "url": "" |
| 28 | + }, |
22 | 29 | "scripts": {
|
23 |
| - "build": "npm run build:src", |
24 |
| - "build:src": "tsc", |
25 |
| - "clean": "rimraf tsconfig.tsbuildinfo", |
26 |
| - "prepublish": "npm run clean && npm run build", |
27 |
| - "jpinstall": "jupyter labextension install ." |
| 30 | + "build": "tsc", |
| 31 | + "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo", |
| 32 | + "prepare": "npm run clean && npm run build", |
| 33 | + "watch": "tsc -w" |
28 | 34 | },
|
29 | 35 | "dependencies": {
|
30 | 36 | "@jupyterlab/application": "^1.1.3",
|
|
42 | 48 | "rimraf": "^2.6.1",
|
43 | 49 | "typescript": "^3.6.3"
|
44 | 50 | },
|
| 51 | + "sideEffects": [ |
| 52 | + "style/*.css" |
| 53 | + ], |
45 | 54 | "jupyterlab": {
|
46 | 55 | "extension": true
|
47 | 56 | }
|
|
0 commit comments