@eversurf/dengine-node
Version:
Dengine Nodejs addon
37 lines (36 loc) • 694 B
JSON
{
"name": "@eversurf/dengine-node",
"version": "0.3.0",
"description": "Dengine Nodejs addon",
"homepage": "https://ever.surf",
"scripts": {
"postinstall": "node install.js"
},
"repository": {
"type": "git",
"url": "https://github.com/EverSurf/dengine-js"
},
"keywords": [
"dengine",
"debot",
"everscale",
"eversurf"
],
"author": "Ever Surf",
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"engines": {
"node": ">=6"
},
"devDependencies": {
"@types/node": "14.11.8"
},
"dependencies": {
"follow-redirects": "^1.15.2"
}
}