UNPKG

@otpjs/gen_server

Version:

A gen_server implementation for @otpjs/core

59 lines 1.26 kB
{ "name": "@otpjs/gen_server", "version": "1.0.0-next.0", "description": "A gen_server implementation for @otpjs/core", "keywords": [ "open", "telecom", "platform", "otp", "javascript", "erlang", "gen_server" ], "author": "Zachary Hueras <zhueras@amdtelemedicine.com>", "type": "module", "homepage": "https://otpjs.dev", "license": "MIT", "main": "lib/index.js", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/otp-js/otp-js.git" }, "imports": { "#symbols": "./lib/symbols.js" }, "exports": { ".": "./lib/index.js", "./symbols": "./lib/symbols.js" }, "bugs": { "url": "https://github.com/otp-js/otp-js/issues" }, "devDependencies": { "chai": "^6.2.2", "chai-as-promised": "^8.0.2", "mocha": "^11.7.5", "sinon": "^21.0.3", "sinon-chai": "^4.0.1" }, "gitHead": "0dbbec0fdb6cd005d8d52e7b169763d084d84e0e", "dependencies": { "@otpjs/gen": "file:../gen", "@otpjs/proc_lib": "file:../proc_lib" }, "scripts": { "test": "mocha '__tests__/**/*.test.js'", "lint": "eslint src" } }