UNPKG

amf-codec

Version:

AMF0 codec with tiny size and high performance

36 lines (35 loc) 793 B
{ "name": "amf-codec", "version": "1.4.0", "description": "AMF0 codec with tiny size and high performance", "main": "lib/index.js", "scripts": { "pretest": "npm run lint", "test": "cross-env NODE_ENV=test nyc mocha", "posttest": "npm run coverage", "coverage": "nyc report --reporter=lcov", "lint": "eslint -v && eslint ." }, "author": "David Csirmaz", "license": "ISC", "repository": { "type": "git", "url": "git@github.com:csimi/amf-codec.git" }, "devDependencies": { "@csimi/eslint-config": "^3.0.0", "chai": "^4.2.0", "cross-env": "^7.0.3", "eslint": "^7.17.0", "mocha": "^8.2.1", "nyc": "^15.1.0", "source-map-support": "^0.5.19" }, "files": [ "lib/**" ], "keywords": [ "amf", "amf0" ] }