Skip to content

Commit

Permalink
test: add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hemz10 committed Feb 16, 2024
1 parent 8ccb46a commit c769834
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions test/scripts/polkadot/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "e2e",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@paraspell/sdk": "^3.0.11",
"@polkadot/api": "^10.11.2",
"@polkadot/api-base": "^10.11.2",
"@polkadot/apps-config": "^0.133.1",
"@polkadot/types": "^10.11.2",
"@polkadot/util": "^12.6.2"
}
}

0 comments on commit c769834

Please sign in to comment.