UNPKG

@mcma/core

Version:

Node module with type definitions and helper utils for the EBU MCMA framework

39 lines (38 loc) 969 B
{ "name": "@mcma/core", "version": "1.0.0", "description": "Node module with type definitions and helper utils for the EBU MCMA framework", "engines": { "node": ">=18.0.0" }, "type": "commonjs", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "test": "jasmine" }, "repository": { "type": "git", "url": "git+https://github.com/ebu/mcma-libraries/mcma-core-nodejs.git" }, "keywords": [ "ebu", "mcma" ], "author": "Joost Rovers <joost@rovers.pt>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/ebu/mcma-libraries/mcma-core-nodejs/issues" }, "homepage": "https://github.com/ebu/mcma-libraries/mcma-core-nodejs#readme", "dependencies": { "uuid": "^11.0.3" }, "devDependencies": { "@types/node": "^22.10.1", "jasmine": "^5.5.0" } }