Terrace/packages/python/package.json
2023-02-14 22:24:59 -05:00

9 lines
137 B
JSON

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