Files
archived-pie-ext-binary-bui…/package.json
2026-02-10 12:07:32 +00:00

22 lines
618 B
JSON

{
"name": "pie-pre-packaged-binary-action",
"version": "1.0.0",
"description": "Build and upload a PIE extension pre-packaged binary with the expected naming conventions",
"main": "src/index.js",
"scripts": {
"build": "ncc build src/index.js -o dist --source-map --license licenses.txt",
"test": "jest --coverage"
},
"keywords": ["github", "actions"],
"author": "James Titcumb <asgrim@php.net>",
"license": "BSD-3-Clause",
"dependencies": {
"@actions/core": "^2.0.2",
"@actions/github": "^7.0.0"
},
"devDependencies": {
"@vercel/ncc": "^0.38.4",
"jest": "^29.7.0"
}
}