{ "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 ", "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" } }