@sonatel-os/juf-xpress-logger-edge
Version:
JUF XPress logger for Node Edge
57 lines (56 loc) • 1.52 kB
JSON
{
"name": "@sonatel-os/juf-xpress-logger-edge",
"version": "0.0.1-beta.1",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"type": "module",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [
"dist"
],
"description": "JUF XPress logger for Node Edge",
"exports": {
".": {
"require": "./dist/index.cjs.js",
"import": "./dist/index.esm.js",
"types": "./dist/index.d.ts"
}
},
"engines": {
"node": ">=12"
},
"keywords": [
"Util",
"Frameworks",
"Sonatel"
],
"scripts": {
"build": "rollup --config",
"dev": "NODE_ENV_DISABLE_SPECIFICS=true nodemon index.js",
"test-dev": "NODE_ENV_DISABLE_SPECIFICS=true nodemon test.js",
"build-watch": "rollup -c -w",
"prepublishOnly": "rm -rf dist && yarn vite-build",
"vite-build": "vite build && npx tsc --emitDeclarationOnly --declaration --declarationDir dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mohamed Johnson (lpix-11)",
"license": "MIT",
"devDependencies": {
"@babel/plugin-syntax-import-attributes": "^7.25.6",
"@babel/preset-env": "^7.25.4",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"rollup": "^4.21.2",
"typescript": "^5.5.4",
"vite": "^5.4.3"
},
"dependencies": {
"@babel/core": "^7.25.2",
"elastic-apm-node": "^3.25.0",
"superstruct": "^2.0.2"
}
}