UNPKG

web-audio-test

Version:
30 lines (29 loc) 716 B
{ "name": "web-audio-test", "version": "0.0.8", "description": "coming soon...", "main": "wat.js", "scripts": { "test": "nyc mocha test/mocha.js", "lint": "eslint wat.js test", "coverage": "nyc report --reporter=lcov" }, "keywords": [ "testing", "test" ], "author": "jazz-soft (https://jazz-soft.net/)", "devDependencies": { "jzz": "^1.8.1", "eslint": "^9.0.0", "mocha": "^10.4.0", "nyc": "^15.1.0" }, "repository": { "type": "git", "url": "https://github.com/jazz-soft/web-audio-test.git" }, "homepage": "https://jazz-soft.net", "bugs": "https://github.com/jazz-soft/web-audio-test/issues", "license": "MIT" }