{
  "name": "amf0-ts",
  "version": "1.3.9",
  "description": "Fast AMF0 library written in pure Typescript with 0 dependencies, supporting TS, Node and the browser.",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc -p . && gulp",
    "test": "npm run build && node ./test",
    "tstest": "npm run build && tsc --target es6 --module commonjs ./test/ts/index.ts && node ./test/ts/"
  },
  "homepage": "https://github.com/Zaseth/AMF0-TS",
  "repository": {
    "type": "git",
    "url": "https://github.com/Zaseth/AMF0-TS"
  },
  "keywords": [
    "AMF",
    "AMF0",
    "AMF3",
    "Binary",
    "Buffer",
    "Protocol",
    "Serializer",
    "Actionscript",
    "Deserializer"
  ],
  "devDependencies": {
    "gulp": "^4.0.2",
    "gulp-bro": "^2.0.0",
    "gulp-terser": "^1.4.0",
    "gulp-header-comment": "^0.8.0",
    "tape": "^5.0.1",
    "typescript": "^4.0.3"
  },
  "author": "Zaseth",
  "license": "MIT"
}
