tdlight/example/javascript/package.json
2018-09-05 18:52:23 +03:00

18 lines
289 B
JSON

{
"name": "tdlib-js-example",
"version": "1.0.0",
"description": "",
"private": true,
"main": "example.js",
"scripts": {
"start": "node example.js"
},
"engines": {
"node": ">= 9.0.0"
},
"dependencies": {
"ffi-napi": "^2.4.3",
"ref-napi": "^1.4.0"
}
}