@skyslit/ark-express
Version:
A Framework for building modular business application using NodeJS Express
59 lines (58 loc) • 1.6 kB
JSON
{
"name": "@skyslit/ark-express",
"version": "1.0.12",
"description": "A Framework for building modular business application using NodeJS Express",
"main": "./build/index.js",
"scripts": {
"build": "webpack --config webpack.config.js --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"express",
"business",
"framework"
],
"author": "Skyslit Network Private Limited",
"license": "ISC",
"peerDependencies": {
"express": "^4.17.1",
"mongoose": "^5.9.9",
"@types/mongoose": "^5.7.10",
"@types/express": "^4.17.4"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-typescript": "^7.9.0",
"@types/cookie-parser": "^1.4.2",
"@types/cors": "^2.8.6",
"@types/express": "^4.17.4",
"@types/express-session": "^1.17.0",
"@types/mongoose": "^5.7.10",
"@types/morgan": "^1.9.0",
"@types/node": "^13.9.4",
"axios": "^0.19.2",
"babel-loader": "^8.1.0",
"express": "^4.17.1",
"express-validator": "^6.4.0",
"install": "^0.13.0",
"mongoose": "^5.9.9",
"npm": "^6.14.3",
"source-map-loader": "^0.2.4",
"ts-loader": "^6.2.2",
"typescript": "^3.8.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-node-externals": "^1.7.2"
},
"dependencies": {
"body-parser": "^1.19.0",
"chalk": "^4.0.0",
"cli-table3": "^0.6.0",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"express-session": "^1.17.1",
"morgan": "^1.10.0"
}
}