mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-07-27 19:57:02 +00:00
28 lines
762 B
JSON
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"
|
|
}
|
|
}
|