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.
Files
.devcontainer
.github
.vscode
src
test
binding.yaml
g.c
g.h
index.mjs
main.cpp
package.json
.dockerignore
.gitignore
.npmignore
LICENSE
README.md
compose.yaml
package.json
test.Dockerfile
tsconfig.json
rebory/test/package.json

11 lines
175 B
JSON
Raw Normal View History

2024-02-15 19:40:52 -03:00
{
"name": "test",
"scripts": {
"test": "rebory build"
2024-02-15 19:40:52 -03:00
},
"dependencies": {
"rebory": "file:../",
"node-addon-api": "^8.0.0",
"ts-node": "^10.9.2"
2024-02-15 19:40:52 -03:00
}
}