@eyevinn/cmcd
Version:
NPM library for Common Media Client Data (CTA-5004)
37 lines (36 loc) • 852 B
JSON
{
"name": "@eyevinn/cmcd",
"version": "0.2.0",
"description": "NPM library for Common Media Client Data (CTA-5004)",
"main": "dist/index.js",
"scripts": {
"build": "tsc --project ./",
"postversion": "git push && git push --tags",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Eyevinn/node-cmcd.git"
},
"keywords": [
"cta",
"cta-5004",
"cmcd"
],
"author": "Eyevinn Technology AB <work@eyevinn.se>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Eyevinn/node-cmcd/issues"
},
"homepage": "https://github.com/Eyevinn/node-cmcd#readme",
"dependencies": {
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/jest": "^29.1.2",
"@types/node": "^18.8.5",
"jest": "^29.1.2",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
}
}