From c769834d0a33f8a636cf3fa74dff6f2543c5e082 Mon Sep 17 00:00:00 2001 From: hemz10 Date: Fri, 16 Feb 2024 12:55:13 +0530 Subject: [PATCH] test: add package.json --- test/scripts/polkadot/package.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 test/scripts/polkadot/package.json diff --git a/test/scripts/polkadot/package.json b/test/scripts/polkadot/package.json new file mode 100644 index 0000000..f93de76 --- /dev/null +++ b/test/scripts/polkadot/package.json @@ -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" + } +} \ No newline at end of file