Files
pybricks-api/doc/main/package.json
T
David Lechner a8126f0bed doc/main: fix dir in package.json
Another case of a missed ide to main directory.
2021-08-30 12:20:44 -05:00

25 lines
590 B
JSON

{
"name": "@pybricks/ide-docs",
"version": "1.6.0",
"description": "Special build of Pybricks API docs for embedding in an IDE.",
"repository": {
"type": "git",
"url": "https://github.com/pybricks/pybricks-api",
"directory": "doc/main"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"author": "The Pybricks Authors",
"license": "MIT",
"files": [
"build/html/**"
],
"types": "index.d.ts",
"scripts": {
"clean": "poetry run make -C .. clean",
"build": "poetry run make -C .. TAG=ide html"
}
}