{
  "name": "ts-test",
  "version": "1.0.0",
  "description": "",
  "main": "index.ts",
  "scripts": {
    "test": "run-s index.ts"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "aptos": "latest",
    "dotenv": "16.0.1"
  },
  "devDependencies": {
    "@types/node": "18.6.2",
    "npm-run-all": "4.1.5",
    "ts-node": "10.9.1",
    "typescript": "4.8.2"
  }
}
