{
  "name": "@astronautlabs/amf",
  "version": "0.0.6",
  "description": "Action Message Format (AMF0/3)",
  "main": "dist/index.js",
  "module": "dist.esm/index.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": "^14"
  },
  "keywords": [
    "actionscript",
    "rtmp",
    "amf",
    "flash",
    "adobe"
  ],
  "scripts": {
    "clean": "rimraf dist dist.esm",
    "build": "npm run clean && tsc -b && tsc -b tsconfig.esm.json",
    "test": "npm run build && node dist/test",
    "prepublishOnly": "npm test"
  },
  "author": "Astronaut Labs, LLC",
  "license": "MIT",
  "devDependencies": {
    "@types/chai": "^4.3.0",
    "@types/node": "^17.0.10",
    "chai": "^4.3.4",
    "razmin": "^1.1.7",
    "reflect-metadata": "^0.1.13",
    "rimraf": "^3.0.2",
    "source-map-support": "^0.5.21",
    "typescript": "^4.5.5",
    "zone.js": "^0.11.4"
  },
  "dependencies": {
    "@astronautlabs/bitstream": "^4.0.0"
  }
}
