infrastructure-upgrade/lib/ds-test/package.json

16 lines
360 B
JSON
Raw Normal View History

2023-04-08 21:46:18 +03:00
{
"name": "ds-test",
"version": "1.0.0",
"description": "Assertions, equality checks and other test helpers ",
"bugs": "https://github.com/dapphub/ds-test/issues",
"license": "GPL-3.0",
"author": "Contributors to ds-test",
"files": [
"src/*"
],
"repository": {
"type": "git",
"url": "https://github.com/dapphub/ds-test.git"
}
}