UNPKG

@trackr/effects-gain

Version:

A subpackage of trackr that contains gain effects.

46 lines (45 loc) 1.16 kB
{ "name": "@trackr/effects-gain", "version": "0.4.0", "description": "A subpackage of trackr that contains gain effects.", "main": "./lib/cjs/index.js", "module": "./lib/index.js", "scripts": { "tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json", "test": "npx jest --runInBand --detectOpenHandles --colors --verbose --reporters=default", "test:ci": "npx jest --ci --runInBand --silent --colors --coverage", "prepublish": "npm run tsc" }, "keywords": [ "gain", "web audio", "volume", "random gain" ], "author": "Joris Hermans", "license": "ISC", "homepage": "https://github.com/jorishermans/trackr", "bugs": { "url": "https://github.com/jorishermans/trackr/issues" }, "repository": { "type": "git", "url": "https://github.com/jorishermans/trackr" }, "dependencies": { "@trackr/core": "^0.4.0" }, "devDependencies": { "jest-junit": "^11.1.0", "ts-jest": "^26.4.1", "typescript": "^4.0.3" }, "files": [ "lib/" ], "types": "./lib/index.d.ts", "publishConfig": { "access": "public" }, "gitHead": "58a85f6603fb4256f078ba47fe6eb2b8ae33cba4" }