77 lines
2.3 KiB
JSON
77 lines
2.3 KiB
JSON
{
|
|
"name": "wms-core",
|
|
"version": "0.22.4",
|
|
"description": "Node web application framework and toolbelt.",
|
|
"repository": "https://gitlab.com/ArisuOngaku/wms-core",
|
|
"author": "Alice Gaudon <alice@gaudon.pro>",
|
|
"license": "MIT",
|
|
"readme": "README.md",
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.com",
|
|
"access": "public"
|
|
},
|
|
"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/ && cp -r config dist/ && cp -r views dist/ && mkdir dist/types && cp src/types/* dist/types/",
|
|
"release": "yarn lint && yarn test && yarn build && cd dist && yarn publish",
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
|
|
},
|
|
"devDependencies": {
|
|
"@types/compression": "^1.7.0",
|
|
"@types/config": "^0.0.36",
|
|
"@types/connect-flash": "^0.0.35",
|
|
"@types/connect-redis": "^0.0.14",
|
|
"@types/cookie": "^0.4.0",
|
|
"@types/cookie-parser": "^1.4.2",
|
|
"@types/express": "^4.17.6",
|
|
"@types/express-session": "^1.17.0",
|
|
"@types/formidable": "^1.0.31",
|
|
"@types/geoip-lite": "^1.1.31",
|
|
"@types/jest": "^26.0.4",
|
|
"@types/mjml": "^4.0.4",
|
|
"@types/mysql": "^2.15.10",
|
|
"@types/node-fetch": "^2.5.7",
|
|
"@types/nodemailer": "^6.4.0",
|
|
"@types/nunjucks": "^3.1.3",
|
|
"@types/on-finished": "^2.3.1",
|
|
"@types/redis": "^2.8.18",
|
|
"@types/supertest": "^2.0.10",
|
|
"@types/uuid": "^8.0.0",
|
|
"@types/ws": "^7.2.4",
|
|
"@typescript-eslint/eslint-plugin": "^4.2.0",
|
|
"@typescript-eslint/parser": "^4.2.0",
|
|
"eslint": "^7.9.0",
|
|
"jest": "^26.1.0",
|
|
"maildev": "^1.1.0",
|
|
"node-fetch": "^2.6.0",
|
|
"supertest": "^6.0.0",
|
|
"ts-jest": "^26.1.1",
|
|
"typescript": "^4.0.2"
|
|
},
|
|
"dependencies": {
|
|
"argon2": "^0.27.0",
|
|
"compression": "^1.7.4",
|
|
"config": "^3.3.1",
|
|
"connect-flash": "^0.1.1",
|
|
"connect-redis": "^5.0.0",
|
|
"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": "^9.0.0",
|
|
"tslog": "^2.10.0",
|
|
"uuid": "^8.0.0",
|
|
"ws": "^7.2.3"
|
|
}
|
|
}
|