-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.24 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
41
42
43
44
{
"name": "om_midi",
"version": "3.x",
"description": "Otomad/YTPMV assistant scripts for After Effects.",
"main": "dist/om midi.jsx",
"scripts": {
"tsc": "tsc",
"build": "rollup -c",
"watch": "rollup -cw",
"release": "npm run build && gh release create $(node -pe \"require('./package.json').version\") $(node -pe \"require('./package.json').main\")"
},
"repository": {
"type": "git",
"url": "https://github.com/otomad/om_midi.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/otomad/om_midi/issues"
},
"homepage": "https://github.com/otomad/om_midi",
"devDependencies": {
"@rollup/plugin-replace": "^2.4.1",
"@rollup/plugin-typescript": "^8.2.0",
"@types/jest": "^26.0.22",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"eslint": "^8.34.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"rollup": "^2.42.4",
"rollup-plugin-ae-jsx": "^2.0.0",
"rollup-plugin-license": "^2.8.1",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^26.5.4",
"tslib": "^2.1.0",
"typescript": "^4.2.4"
},
"dependencies": {
"expression-globals-typescript": "^3.2.6",
"rollup-plugin-cleanup": "^3.2.1",
"types-for-adobe": "github:pravdomil/types-for-adobe"
}
}