@otpjs/gen_server
Version:
A gen_server implementation for @otpjs/core
57 lines (56 loc) • 1.46 kB
JSON
{
"name": "@otpjs/gen_server",
"version": "0.18.0",
"description": "A gen_server implementation for @otpjs/core",
"keywords": [
"open",
"telecom",
"platform",
"otp",
"javascript",
"erlang",
"gen_server"
],
"author": "Zachary Hueras <zhueras@amdtelemedicine.com>",
"homepage": "https://otpjs.dev",
"license": "MIT",
"main": "lib/index.js",
"type": "commonjs",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/otp-js/otp-js.git"
},
"scripts": {
"build": "babel src --out-dir lib",
"watch": "babel src --out-dir lib --watch",
"clean": "rimraf lib",
"prepublish": "npm run build",
"test": "jest --coverage --verbose",
"lint": "eslint src"
},
"bugs": {
"url": "https://github.com/otp-js/otp-js/issues"
},
"devDependencies": {
"@babel/preset-env": "^7.15.6",
"@otpjs/test_utils": "^0.18.0",
"babel-plugin-source-map-support": "^2.1.3",
"jest": "^29.5.0"
},
"gitHead": "ed3d1b7fd376c2cb8b5fdeed42a0cbac64692238",
"dependencies": {
"@babel/runtime": "^7.19.0",
"@otpjs/gen": "^0.18.0",
"@otpjs/proc_lib": "^0.18.0"
}
}