mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-24 07:48:04 +03:00
27 lines
682 B
JSON
27 lines
682 B
JSON
{
|
|
"name": "parser-wasm-tests",
|
|
"version": "0.1.0",
|
|
"description": "Test Framework implementation for compiler tests in WASM",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"compile": "tsc -p ./",
|
|
"test": "npm run compile && node dist/index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/aleohq/leo.git"
|
|
},
|
|
"author": "The Aleo Team <hello@aleo.org>",
|
|
"license": "GNU",
|
|
"bugs": {
|
|
"url": "https://github.com/aleohq/leo/issues"
|
|
},
|
|
"homepage": "https://github.com/aleohq/leo#readme",
|
|
"dependencies": {
|
|
"@types/js-yaml": "^4.0.3",
|
|
"@types/node": "^16.9.4",
|
|
"js-yaml": "^4.1.0",
|
|
"typescript": "^3.9.10"
|
|
}
|
|
}
|