UNPKG

mst-server-common2

Version:
52 lines (51 loc) 1.32 kB
{ "name": "mst-server-common2", "version": "1.0.61", "description": "MST backend project-ийн tools", "main": "lib/common.js", "scripts": { "build": "cross-env babel src --out-dir lib && npm run minify", "minify": "node minify.js", "test": "npm run build && mocha 'test/*.js' 'test/**/*.js' 'test/**/**/*.js' " }, "type": "commonjs", "repository": { "type": "git", "url": "git+https://github.com/deegiij/mst-server-common.git" }, "keywords": [ "mst", "backend", "server", "common" ], "author": "Mindshift technology", "license": "ISC", "bugs": { "url": "https://github.com/deegiij/mst-server-common/issues" }, "homepage": "https://github.com/deegiij/mst-server-common#readme", "publishConfig": { "deegiij:registry": "https://npm.pkg.github.com" }, "devDependencies": { "@babel/cli": "^7.22.9", "@babel/core": "^7.22.9", "@babel/preset-env": "^7.22.9", "chai": "^4.3.7", "cross-env": "^7.0.3", "glob": "^10.3.3", "mocha": "^10.2.0", "sinon": "^15.2.0", "terser": "^5.19.2", "uglify-js": "^3.17.4" }, "dependencies": { "bcrypt": "^5.1.1", "date-fns": "^2.30.0", "dotenv": "^16.3.1", "jsonwebtoken": "^9.0.1", "mst-server-common2": "^1.0.39", "numeral": "^2.0.6" } }