Add package for Actions build

This commit is contained in:
Nick Alteen
2024-12-18 09:21:36 -05:00
parent f274471be4
commit 7352d985b3
2 changed files with 19 additions and 0 deletions

16
package-lock.json generated
View File

@ -40,6 +40,9 @@
},
"engines": {
"node": ">=21"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "*"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -1894,6 +1897,19 @@
"darwin"
]
},
"node_modules/@rollup/rollup-linux-x64-gnu": {
"version": "4.28.1",
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.28.1.tgz",
"integrity": "sha512-fzgeABz7rrAlKYB0y2kSEiURrI0691CSL0+KXwKwhxvj92VULEDQLpBYLHpF49MSiPG4sq5CK3qHMnb9tlCjBw==",
"cpu": [
"x64"
],
"license": "MIT",
"optional": true,
"os": [
"linux"
]
},
"node_modules/@rtsao/scc": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz",

View File

@ -65,5 +65,8 @@
"ts-jest-resolver": "^2.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "*"
}
}