mirror of
https://github.com/php/pie-ext-binary-builder.git
synced 2026-03-23 23:22:24 +01:00
22 lines
618 B
JSON
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"
|
|
}
|
|
}
|