{
  "name": "generate-soroban-training",
  "version": "1.1.1",
  "description": "Generate soroban for training",
  "main": "lib/index.js",
  "scripts": {
    "start": "npm run compile && node lib/index.js",
    "test": "npm run compile",
    "release": "standard-version",
    "compile": "babel --presets es2015 -d lib/ src/",
    "prepublish": "npm run compile",
    "build": "npm run compile"
  },
  "keywords": [
    "tests",
    "soroban",
    "training",
    "soroban training",
    "soroban examples",
    "soroban tests",
    "sorobantasks"
  ],
  "author": "web-west",
  "license": "MIT",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "https://github.com/web-west/generate-soroban-training.git"
  },
  "homepage": "https://github.com/web-west/generate-soroban-training",
  "bugs": {
    "url": "https://github.com/web-west/generate-soroban-training/issues"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-preset-es2015": "^6.24.1",
    "standard-version": "^6.0.1"
  },
  "dependencies": {
    "js-combinatorics": "^0.5.4",
    "sugar": "^2.0.6"
  }
}
