This repository has been archived on 2024-07-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
rebory/package.json
T
Sirherobrine23 d39736ce41
Test / test_cross (21.x) (push) Has been cancelled
Test / test_cross (20.x) (push) Has been cancelled
Test / test_cross (19.x) (push) Has been cancelled
Test / test_cross (18.x) (push) Has been cancelled
fix aarch64 build
2024-03-14 20:46:30 -03:00

43 lines
985 B
JSON

{
"name": "rebory",
"version": "0.2.5",
"description": "Make node add-ons easy, than one file, many builds and targets.",
"type": "module",
"main": "src/index.js",
"types": "src/index.d.ts",
"author": "Matheus Sampaio Queiroga <srherobrine20@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://sirherobrine23.org/utils/rebory.git"
},
"bin": {
"rebory": "src/bin/index.js"
},
"scripts": {
"prepack": "tsc --build",
"postpack": "tsc --build --clean",
"test": "node --no-warnings --loader ts-node/esm src/bin/index.ts -w test build -f"
},
"keywords": [
"addon",
"napi",
"nan",
"zig",
"compiler",
"cross-compiler"
],
"devDependencies": {
"@types/node": "^20.11.27",
"@types/tar": "^6.1.11",
"@types/yargs": "^17.0.32",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"tar": "^6.2.0",
"yaml": "^2.4.1",
"yargs": "^17.7.2"
}
}