-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "max-for-live-lib",
"version": "1.5.1",
"description": "Library of useful Max for Live objects",
"private": true,
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"test": "vitest"
},
"dependencies": {
"core-js": "^3.39.0"
},
"devDependencies": {
"@types/add": "^2",
"@types/core-js": "^2.5.8",
"add": "^2.0.6",
"dotenv": "^8.2.0",
"prettier": "^3.3.3",
"prettier-plugin-jsdoc": "^1.3.0",
"ts-loader": "^9.5.1",
"typescript": "^5.5.3",
"vitest": "^2.1.8",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-sources": "^3.2.3",
"yarn": "^1.22.22"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zapperment/max-for-live-lib.git"
},
"author": "Patrick Hund <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zapperment/max-for-live-lib/issues"
},
"homepage": "https://github.com/zapperment/max-for-live-lib#readme",
"packageManager": "[email protected]"
}