Files
2026-06-02 12:20:54 +02:00

28 lines
762 B
JSON

{
"name": "@pybricks/ide-docs",
"version": "0.0.0",
"description": "Special build of Pybricks API docs for embedding in an IDE.",
"repository": {
"type": "git",
"url": "git+https://github.com/pybricks/pybricks-api.git",
"directory": "npm/ide-docs"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"author": "The Pybricks Authors",
"license": "MIT",
"exports": {
"./package.json": "./package.json",
"./html/namespace_index.json": "./html/namespace_index.json"
},
"files": [
"html"
],
"scripts": {
"clean": "poetry run make -C ../../doc clean",
"build": "poetry run make -C ../../doc TAG=ide html && rm -rf html && cp -R ../../doc/main/build/html html"
}
}