mirror of https://github.com/aminya/setup-cpp
34 lines
653 B
JSON
34 lines
653 B
JSON
|
{
|
||
|
"name": "extension-tools",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Tools for working with file extensions such as getting the binary and shell extension on different platforms.",
|
||
|
"homepage": "https://github.com/aminya/setup-cpp",
|
||
|
"license": "Apache-2.0",
|
||
|
"author": "Amin Yahyaabadi",
|
||
|
"main": "./dist/index.js",
|
||
|
"source": "./src/index.ts",
|
||
|
"scripts": {
|
||
|
"build": "tsc"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"extension",
|
||
|
"shell",
|
||
|
"bin",
|
||
|
"windows",
|
||
|
"sh",
|
||
|
"cmd",
|
||
|
"bat",
|
||
|
"exec",
|
||
|
"execa",
|
||
|
"spawn",
|
||
|
"system",
|
||
|
"unix",
|
||
|
"linux",
|
||
|
"github-actions",
|
||
|
"github",
|
||
|
"actions",
|
||
|
"gitlab",
|
||
|
"ci"
|
||
|
]
|
||
|
}
|