This repository has been archived on 2024-07-06. You can view files and clone it, but cannot push or open issues or pull requests.
rebory/test/package.json
Matheus Sampaio Queiroga 91aa762563
Some checks failed
Test / test_cross (18.x) (push) Failing after 11m39s
Test / test_cross (21.x) (push) Failing after 12m13s
Test / test_cross (20.x) (push) Failing after 12m23s
Test / test_cross (19.x) (push) Failing after 12m26s
update v2
Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
2024-03-16 00:37:04 -03:00

11 lines
175 B
JSON

{
"name": "test",
"scripts": {
"test": "rebory build"
},
"dependencies": {
"rebory": "file:../",
"node-addon-api": "^8.0.0",
"ts-node": "^10.9.2"
}
}