{
  "name": "@sentio/msafe",
  "version": "0.0.4",
  "private": false,
  "devDependencies": {
    "@types/node": "^18.7.15",
    "@typescript-eslint/eslint-plugin": "^5.36.2",
    "@typescript-eslint/parser": "^5.36.2",
    "eslint": "8.22.0"
  },
  "dependencies": {
    "@types/bignumber.js": "^5.0.0",
    "@types/chai": "^4.3.3",
    "@types/clear": "^0.1.2",
    "@types/commander": "^2.12.2",
    "@types/js-yaml": "^4.0.5",
    "@types/mocha": "^9.1.1",
    "@types/readline-sync": "^1.4.4",
    "aptos": "^1.3.15",
    "bignumber": "^1.1.0",
    "buffer": "^6.0.3",
    "chai": "^4.3.6",
    "child_process": "^1.0.2",
    "clear": "^0.1.0",
    "commander": "^9.4.0",
    "js-yaml": "^4.1.0",
    "mocha": "^10.0.0",
    "nyc": "^15.1.0",
    "process": "^0.11.10",
    "readline-sync": "^1.4.10",
    "toml": "^3.0.0",
    "ts-node": "^10.9.1",
    "typescript": "^4.8.2"
  },
  "scripts": {
    "start": "ts-node ./src/cmd/main.ts",
    "lint": "eslint . --ext .ts --fix",
    "test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'tests/**/*.test.ts'",
    "faucet": "aptos account fund-with-faucet --amount 1000000000000",
    "deploy": "ts-node scripts/deploy.ts",
    "entry-function": "ts-node scripts/entry-function.ts",
    "run-test-coin": "ts-node tests/test-coin/test-coin.ts",
    "run-test-coin-compile": "aptos tests/move compile --package-dir move",
    "run-test-coin-publish": "aptos tests/move publish --package-dir move"
  },
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "module": "./lib/index.js"
}
