2021-01-19 16:35:54 +08:00
|
|
|
{
|
2022-01-18 20:18:12 +08:00
|
|
|
"name": "@jupyter-notebook/buildutils",
|
2023-06-22 17:11:41 +08:00
|
|
|
"version": "7.0.0-rc.1",
|
2021-01-19 16:35:54 +08:00
|
|
|
"private": true,
|
2022-01-18 20:18:12 +08:00
|
|
|
"description": "Jupyter Notebook - Build Utilities",
|
2022-01-18 23:43:12 +08:00
|
|
|
"homepage": "https://github.com/jupyter/notebook",
|
2021-01-19 16:35:54 +08:00
|
|
|
"bugs": {
|
2022-01-18 23:43:12 +08:00
|
|
|
"url": "https://github.com/jupyter/notebook/issues"
|
2021-01-19 16:35:54 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-01-18 23:43:12 +08:00
|
|
|
"url": "https://github.com/jupyter/notebook.git"
|
2021-01-19 16:35:54 +08:00
|
|
|
},
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"author": "Project Jupyter",
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"types": "lib/index.d.ts",
|
|
|
|
"directories": {
|
|
|
|
"lib": "lib/"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"lib/*.d.ts",
|
|
|
|
"lib/*.js.map",
|
|
|
|
"lib/*.js"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"build": "tsc",
|
|
|
|
"clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
|
|
|
|
"watch": "tsc -w --listEmittedFiles"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-06-16 15:39:04 +08:00
|
|
|
"@jupyterlab/buildutils": "^4.0.2",
|
2021-01-19 17:46:01 +08:00
|
|
|
"commander": "^6.2.0",
|
2021-04-12 04:46:48 +08:00
|
|
|
"fs-extra": "^9.1.0",
|
2023-03-20 20:49:22 +08:00
|
|
|
"typescript": "~5.0.2"
|
2021-01-19 16:35:54 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-04-12 04:46:48 +08:00
|
|
|
"@types/fs-extra": "^9.0.10",
|
2021-01-19 16:35:54 +08:00
|
|
|
"@types/node": "^14.6.1",
|
2022-09-29 17:43:21 +08:00
|
|
|
"rimraf": "^3.0.2"
|
2021-01-19 16:35:54 +08:00
|
|
|
}
|
|
|
|
}
|