{
  "name": "@radixdlt/actions",
  "version": "1.0.7-alpha.8",
  "description": "Declare actions you as a user would like to perform e.g. 'transfer tokens' (`TransferTokensAction`)",
  "keywords": [
    "Actions"
  ],
  "author": "Alexander Cyon <alex.cyon@gmail.com>",
  "homepage": "https://github.com/radixdlt/radixdlt-javascript/tree/master/packages/actions#readme",
  "license": "Apache-2.0",
  "main": "dist/_index.js",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/radixdlt/radixdlt-javascript.git"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "dependencies": {
    "@radixdlt/account": "^1.0.7-alpha.8",
    "@radixdlt/atom": "^1.0.7-alpha.8",
    "@radixdlt/primitives": "^1.0.6-alpha.4",
    "@types/uuid": "^8.3.0",
    "neverthrow": "^4.0.1",
    "uuid": "^8.3.2"
  },
  "bugs": {
    "url": "https://github.com/radixdlt/radixdlt-javascript/issues"
  },
  "engines": {
    "node": ">=15.5.0 <16"
  },
  "gitHead": "345d8b47d7cfe076b1bd1fb8ab0847eb3a28c206"
}
