26 lines
524 B
JSON
26 lines
524 B
JSON
{
|
|
"name": "c-kzg",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"author": "Dan Coffman",
|
|
"main": "runnable.js",
|
|
"gypfile": true,
|
|
"scripts": {
|
|
"clean": "node-gyp clean",
|
|
"build": "node-gyp rebuild",
|
|
"test": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-typescript": "^7.18.6",
|
|
"@types/jest": "^29.2.1",
|
|
"jest": "^29.2.2",
|
|
"node-gyp": "^9.3.0",
|
|
"ts-jest": "^29.0.3",
|
|
"typescript": "^4.8.4"
|
|
},
|
|
"dependencies": {
|
|
"bindings": "^1.5.0",
|
|
"node-addon-api": "^5.0.0"
|
|
}
|
|
}
|