@@ -1,6 +1,6 @@
{
"private": true,
- "name": "jupyterlab-example-app",
+ "name": "@jupyterlab/example-app",
"scripts": {
"build": "webpack",
"clean": "rimraf build"
@@ -1,8 +1,8 @@
- "name": "jupyterlab-example-console",
+ "name": "@jupyterlab/example-console",
- "build": "tsc --project src && webpack --config webpack.conf.js",
+ "build": "tsc && webpack",
},
"dependencies": {
@@ -1,12 +0,0 @@
-{
- "compilerOptions": {
- "noImplicitAny": true,
- "noEmitOnError": true,
- "lib": ["dom", "es5", "es2015.promise"],
- "types": [],
- "module": "commonjs",
- "moduleResolution": "node",
- "target": "ES5",
- "outDir": "../build"
- }
-}
@@ -0,0 +1,15 @@
+{
+ "compilerOptions": {
+ "declaration": true,
+ "noImplicitAny": true,
+ "noEmitOnError": true,
+ "noUnusedLocals": true,
+ "module": "commonjs",
+ "moduleResolution": "node",
+ "target": "ES5",
+ "outDir": "./build",
+ "lib": ["ES5", "ES2015.Promise", "DOM"],
+ "types": []
+ },
+ "include": ["src/*"]
+}
- "name": "jupyterlab-example-filebrowser",
+ "name": "@jupyterlab/example-filebrowser",
@@ -1,15 +0,0 @@
- },
- "files": [
- "index.ts"
- ]
- "name": "jupyterlab-example-notebook",
+ "name": "@jupyterlab/example-notebook",