@sonatel-os/juf
Version:
It's an helpful Javascript Utility Framework to ease application development in SONATEL context.
66 lines (65 loc) • 1.81 kB
JSON
{
"name": "@sonatel-os/juf",
"version": "0.5.1",
"main": "dist/index.cjs",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"type": "module",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [
"dist"
],
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.esm.js",
"types": "./dist/index.d.ts"
}
},
"engines": {
"node": ">=12"
},
"description": "It's an helpful Javascript Utility Framework to ease application development in SONATEL context.",
"repository": "http://git.tools.orange-sonatel.com/projects/ISC/repos/juf-js/browse",
"author": "Mohamed Johnson (lpix-11)",
"license": "MIT",
"keywords": [
"Util",
"Frameworks",
"Sonatel"
],
"scripts": {
"dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 nodemon index.js",
"build": "rm -rf dist && vite build && npx tsc --emitDeclarationOnly --declaration --declarationDir dist",
"prepublishOnly": "yarn build",
"prettier": "prettier --write .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@jsdoc/salty": "^0.2.8",
"@types/events": "^3.0.3",
"@types/linkify-it": "^5.0.0",
"@types/node": "^22.5.4",
"better-docs": "^2.7.3",
"prettier": "^3.2.5",
"typescript": "^5.5.4",
"vite": "^5.4.3"
},
"dependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-flow": "^7.18.6",
"@sonatel-os/juf-xpress-logger": "^2.0.0-beta.1.7",
"axios": "^1.7.7",
"axios-retry": "^4.5.0",
"convict": "^6.2.4",
"dotenv": "^16.4.5",
"elastic-apm-node": "^4.7.0",
"node-cache": "^5.1.2",
"qs": "^6.11.2",
"superstruct": "^2.0.2"
}
}