@otpjs/gen
Version:
The gen module for otpjs
53 lines (52 loc) • 1.34 kB
JSON
{
"name": "@otpjs/gen",
"version": "0.18.0",
"description": "The gen module for otpjs",
"keywords": [
"open",
"telecom",
"platform",
"javascript",
"es6",
"erlang"
],
"author": "Zachary Hueras <zhueras@amdtelemedicine.com>",
"homepage": "https://github.com/otp-js/otp-js#readme",
"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"
},
"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",
"babel-plugin-source-map-support": "^2.1.3",
"jest": "^29.5.0"
},
"dependencies": {
"@babel/runtime": "^7.19.0",
"@otpjs/proc_lib": "^0.18.0"
},
"gitHead": "ed3d1b7fd376c2cb8b5fdeed42a0cbac64692238"
}