scratch-audio/package.json

54 lines
1.5 KiB
JSON
Raw Normal View History

2016-10-13 14:54:07 -04:00
{
2017-01-06 10:02:28 -05:00
"name": "scratch-audio",
"version": "1.0.6",
2016-10-13 14:54:07 -04:00
"description": "audio engine for scratch 3.0",
"main": "dist.js",
"browser": "./src/index.js",
2016-10-13 14:54:07 -04:00
"scripts": {
"build": "webpack --bail",
2016-10-13 15:26:30 -04:00
"lint": "eslint .",
2023-12-20 21:19:55 -05:00
"prepare": "husky install",
"tap": "tap test/effects/*.js test/*.js",
"test": "npm run lint && npm run tap && npm run build",
"watch": "webpack --watch"
2016-10-13 14:54:07 -04:00
},
"repository": {
"type": "git",
2023-12-20 21:22:33 -05:00
"url": "git+https://github.com/scratchfoundation/scratch-audio.git"
2016-10-13 14:54:07 -04:00
},
"author": "Massachusetts Institute of Technology",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/scratchfoundation/scratch-audio/issues"
2016-10-13 14:54:07 -04:00
},
2023-12-20 21:22:33 -05:00
"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.2",
2021-07-22 17:57:49 -04:00
"babel-core": "6.26.3",
"babel-eslint": "10.1.0",
2021-07-22 17:57:49 -04:00
"babel-loader": "7.1.5",
"babel-preset-env": "1.7.0",
"eslint": "8.56.0",
"eslint-config-scratch": "9.0.7",
2023-12-20 21:19:55 -05:00
"husky": "8.0.3",
2022-11-16 12:59:18 -05:00
"json": "9.0.6",
"scratch-semantic-release-config": "1.0.13",
2023-12-20 21:22:33 -05:00
"semantic-release": "19.0.5",
2021-07-22 18:04:04 -04:00
"tap": "12.7.0",
"web-audio-test-api": "0.5.2",
"webpack": "4.47.0",
2021-07-22 18:04:04 -04:00
"webpack-cli": "3.3.12"
2023-12-20 21:20:04 -05:00
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
2017-04-17 11:11:06 -04:00
}
2016-10-13 14:54:07 -04:00
}