{ "name": "@jupyterlab/mytest-extension", "version": "1.0.0", "description": "MyTest Extension", "homepage": "", "license": "MIT", "author": "yili", "sideEffects": [ "style/**/*.css", "style/index.js" ], "main": "lib/index.js", "types": "lib/index.d.ts", "style": "style/index.css", "directories": { "lib": "lib/" }, "files": [ "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}", "style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}", "schema/*.json" ], "scripts": { "build": "tsc -b", "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo", "docs": "typedoc src", "watch": "tsc -b --watch" }, "dependencies": { "@jupyterlab/application": "^3.4.3", "@jupyterlab/apputils": "^3.4.3", "@jupyterlab/ui-components": "^3.4.3", "@lumino/widgets": "^1.30.0" }, "devDependencies": { "rimraf": "~3.0.0", "typedoc": "~0.21.2", "typescript": "~4.1.3" }, "publishConfig": { "access": "public" }, "jupyterlab": { "extension": true }, "styleModule": "style/index.js" }