mirror of
https://github.com/scratchfoundation/scratch-audio.git
synced 2024-12-21 21:42:31 -05:00
cb702278d9
## [1.0.279](https://github.com/scratchfoundation/scratch-audio/compare/v1.0.278...v1.0.279) (2024-10-09) ### Bug Fixes * **deps:** lock file maintenance ([0171709
](01717097fa
))
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"name": "scratch-audio",
|
|
"version": "1.0.279",
|
|
"description": "audio engine for scratch 3.0",
|
|
"main": "dist.js",
|
|
"browser": "./src/index.js",
|
|
"scripts": {
|
|
"build": "webpack --bail",
|
|
"lint": "eslint .",
|
|
"prepare": "husky install",
|
|
"tap": "tap test/effects/*.js test/*.js",
|
|
"test": "npm run lint && npm run tap && npm run build",
|
|
"watch": "webpack --watch"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/scratchfoundation/scratch-audio.git"
|
|
},
|
|
"author": "Massachusetts Institute of Technology",
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/scratchfoundation/scratch-audio/issues"
|
|
},
|
|
"homepage": "https://github.com/scratchfoundation/scratch-audio#readme",
|
|
"dependencies": {
|
|
"audio-context": "^1.0.1",
|
|
"minilog": "^3.0.1",
|
|
"startaudiocontext": "^1.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "18.6.1",
|
|
"@commitlint/config-conventional": "18.6.3",
|
|
"babel-core": "6.26.3",
|
|
"babel-eslint": "10.1.0",
|
|
"babel-loader": "7.1.5",
|
|
"babel-preset-env": "1.7.0",
|
|
"eslint": "8.57.1",
|
|
"eslint-config-scratch": "9.0.9",
|
|
"husky": "8.0.3",
|
|
"json": "9.0.6",
|
|
"scratch-semantic-release-config": "1.0.16",
|
|
"semantic-release": "19.0.5",
|
|
"tap": "12.7.0",
|
|
"web-audio-test-api": "0.5.2",
|
|
"webpack": "4.47.0",
|
|
"webpack-cli": "3.3.12"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "cz-conventional-changelog"
|
|
}
|
|
}
|
|
}
|