{
"name": "substrate-tests",
"version": "0.0.1",
"description": "Integration tests with Solang and Substrate",
"main": "index.js",
"scripts": {
"test": "tsc; ts-mocha -t 20000 *.spec.ts",
"build": "parallel solang compile -v --target substrate ::: *.sol test/*.sol",
"build-ink": "docker run --rm -v $(pwd)/ink/caller:/opt/contract paritytech/contracts-ci-linux:latest cargo contract build --manifest-path /opt/contract/Cargo.toml"
},
"contributors": [
{
"name": "Sean Young",
"email": "sean@mess.org"
},
{
"name": "Cyrill Leutwiler",
"email": "me@09f9.org"
}
],
"license": "Apache-2.0",
"devDependencies": {
"@types/mocha": "^9.1.0",
"@types/node": "^14.14.10",
"expect": "^26.6.2",
"mocha": "^9.1.0",
"ts-mocha": "^10.0.0",
"jest": "^24.9.0",
"ts-jest": "^24.1.0",
"typescript": "^4.7"
},
"dependencies": {
"@polkadot/api": "^9.9",
"@polkadot/api-contract": "^9.9",
"@polkadot/types": "^9.9",
"@polkadot/keyring": "^10.1",
"@polkadot/util-crypto": "^10.1"
}
}