Terrace/packages/python/package.json
2023-02-07 16:39:45 -05:00

9 lines
132 B
JSON

{
"name": "@terrace/python",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"test": "python3 ./test/index.py"
}
}