amf-packet
Version:
AMF0 packet serializer and deserializer
41 lines (40 loc) • 864 B
JSON
{
"name": "amf-packet",
"version": "1.0.2",
"description": "AMF0 packet serializer and deserializer",
"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-packet.git"
},
"dependencies": {
"amf-codec": "^1.1.0"
},
"devDependencies": {
"@csimi/eslint-config": "^3.0.0",
"chai": "^4.2.0",
"cross-env": "^7.0.3",
"eslint": "^7.18.0",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"source-map-support": "^0.5.19"
},
"files": [
"lib/**"
],
"keywords": [
"amf",
"amf0",
"packet",
"rpc"
]
}