mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-01-12 03:04:11 +00:00
18 lines
303 B
JSON
18 lines
303 B
JSON
{
|
|
"name": "c-kzg",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"author": "Dan Coffman",
|
|
"gypfile": true,
|
|
"scripts": {
|
|
"clean": "node-gyp clean",
|
|
"build": "node-gyp rebuild"
|
|
},
|
|
"devDependencies": {
|
|
"node-gyp": "^9.3.0"
|
|
},
|
|
"dependencies": {
|
|
"node-addon-api": "^5.0.0"
|
|
}
|
|
}
|