{ "name": "wms-core", "version": "0.8.10", "description": "Node web framework", "repository": "git@gitlab.com:ArisuOngaku/wms-core.git", "author": "Alice Gaudon ", "license": "MIT", "publishConfig": { "registry": "https://registry.toot.party", "access": "restricted" }, "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "jest --verbose --runInBand", "build": "(test ! -d dist || rm -r dist) && tsc && cp package.json dist/ && cp yarn.lock dist/ && mkdir dist/types && cp src/types/* dist/types/ && mv dist/src/* dist/ && rm -r dist/src", "build_and_publish": "yarn test && yarn build && cd dist && yarn publish" }, "devDependencies": { "@types/config": "^0.0.36", "@types/connect-flash": "^0.0.35", "@types/connect-redis": "^0.0.13", "@types/cookie": "^0.3.3", "@types/cookie-parser": "^1.4.2", "@types/formidable": "^1.0.31", "@types/geoip-lite": "^1.1.31", "@types/jest": "^25.2.1", "@types/mjml": "^4.0.4", "@types/on-finished": "^2.3.1", "@types/uuid": "^7.0.2", "jest": "^25.4.0", "ts-jest": "^25.4.0", "typescript": "^3.8.3" }, "dependencies": { "@types/express": "^4.17.6", "@types/express-session": "^1.17.0", "@types/mysql": "^2.15.10", "@types/nodemailer": "^6.4.0", "@types/nunjucks": "^3.1.3", "@types/redis": "^2.8.18", "@types/ws": "^7.2.4", "argon2": "^0.26.2", "config": "^3.3.1", "connect-flash": "^0.1.1", "connect-redis": "^4.0.4", "cookie": "^0.4.1", "cookie-parser": "^1.4.5", "express": "^4.17.1", "express-session": "^1.17.1", "formidable": "^1.2.2", "geoip-lite": "^1.4.2", "mjml": "^4.6.2", "mysql": "^2.18.1", "nodemailer": "^6.4.6", "nunjucks": "^3.2.1", "on-finished": "^2.3.0", "redis": "^3.0.2", "ts-node": "^8.9.0", "uuid": "^8.0.0", "ws": "^7.2.3" } }