/
krisfloop
/
notebook
Обзор
Документация
Войти
/
krisfloop
/
notebook
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
buildutils/package.json
44 строки
1 KB
jtpio
Publish 7.6.0a4
12 мар 2026, 13:32
12 мар 2026, 13:32
84d06f1
Код
Авторство
О чём код?
{ "name": "@jupyter-notebook/buildutils", "version": "7.6.0-alpha.4", "private": true, "description": "Jupyter Notebook - Build Utilities", "homepage": "https://github.com/jupyter/notebook", "bugs": { "url": "https://github.com/jupyter/notebook/issues" }, "repository": { "type": "git", "url": "https://github.com/jupyter/notebook.git" }, "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": { "@jupyterlab/buildutils": "~4.6.0-alpha.4", "commander": "^6.2.0", "fs-extra": "^9.1.0", "semver": "^7.6.3", "typescript": "~5.9.3" }, "devDependencies": { "@types/fs-extra": "^9.0.10", "@types/node": "^22.13.4", "@types/semver": "^7.5.8", "rimraf": "^3.0.2" } }