2021-09-23 17:05:00 +03:00
|
|
|
{
|
|
|
|
"name": "parser-wasm-tests",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "Test Framework implementation for compiler tests in WASM",
|
2021-09-23 18:59:36 +03:00
|
|
|
"main": "dist/index.js",
|
2021-09-23 17:05:00 +03:00
|
|
|
"scripts": {
|
2021-09-23 18:59:36 +03:00
|
|
|
"compile": "tsc -p ./",
|
|
|
|
"test": "npm run compile && node dist/index.js"
|
2021-09-23 17:05:00 +03:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|