forked from microbit-foundation/micropython-microbit-stubs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 839 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "micropython-microbit-stubs",
"version": "1.0.0",
"description": "Temporary home for micro:bit MicroPython stubs.",
"scripts": {
"test": "python3 scripts/test.py",
"i18n:typeshed-to-crowdin": "python3 scripts/crowdin_convert.py typeshed-to-crowdin",
"i18n:crowdin-to-typeshed": "python3 scripts/crowdin_convert.py crowdin-to-typeshed",
"export-api-ids": "python3 scripts/export_api_ids.py"
},
"repository": {
"type": "git",
"url": "git+https://github.com/microbit-foundation/micropython-microbit-stubs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/microbit-foundation/micropython-microbit-stubs/issues"
},
"homepage": "https://github.com/microbit-foundation/micropython-microbit-stubs#readme",
"dependencies": {
"pyright": "^1.1.166"
}
}