mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2025-04-24 20:16:08 +02:00
20 lines
656 B
JSON
20 lines
656 B
JSON
{
|
|
"name": "nextcloud-artifacts-action",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 1,
|
|
"requires": true,
|
|
"dependencies": {
|
|
"@actions/core": {
|
|
"version": "1.3.0",
|
|
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.3.0.tgz",
|
|
"integrity": "sha512-xxtX0Cwdhb8LcgatfJkokqT8KzPvcIbwL9xpLU09nOwBzaStbfm0dNncsP0M4us+EpoPdWy7vbzU5vSOH7K6pg=="
|
|
},
|
|
"typescript": {
|
|
"version": "4.3.2",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz",
|
|
"integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==",
|
|
"dev": true
|
|
}
|
|
}
|
|
}
|