UNPKG

@diemtarh/detalex-utils

Version:

Detalex utils library.

49 lines (48 loc) 1.36 kB
{ "name": "@diemtarh/detalex-utils", "version": "1.0.12", "description": "Detalex utils library.", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "test": "npm run build && cp -R ./src/spec/fixtures ./dist/src/spec && NODE_ENV=test node dist/jasmine.js", "test-dev": "nodemon -e ts,js --watch src --exec 'npm run build && cp -R ./src/spec/fixtures ./dist/src/spec && cd dist && NODE_ENV=test node jasmine.js'", "build-dev": "tsc -w", "build": "tsc", "publish-patch": "npm run build && npm version patch && npm publish --access public" }, "author": "Dietmar Hamm", "license": "ISC", "dependencies": { "csvtojson": "^2.0.10", "debug": "^4.1.1", "moment": "^2.24.0", "recursive-readdir": "^2.2.2", "rxjs": "^6.2.1", "typescript": "^3.8.3" }, "keywords": [ "sso", "jwt", "REACT", "TypeScript" ], "devDependencies": { "@types/core-js": "^2.5.0", "@types/debug": "^4.1.5", "@types/dotenv": "^6.1.1", "@types/es6-promise": "^3.3.0", "@types/jasmine": "^3.5.10", "@types/mockery": "^1.4.29", "@types/node-fetch": "^2.1.1", "dotenv": "^8.2.0", "jasmine": "3.1.0", "jasmine-console-reporter": "^3.0.2", "jasmine-core": "^3.1.0", "mongoose": "^5.9.19", "nodemon": "^2.0.2" } }