Skip to content
Permalink
388576f4ad
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
48 lines (48 sloc) 1011 Bytes
{
"name": "10_auth",
"version": "1.1.3",
"description": "A simple dynamic website template to be used as the base for various projects",
"main": "index.js",
"engines": {
"node": "12.x"
},
"type": "module",
"ava": {
"verbose": true,
"require": [
"esm"
]
},
"scripts": {
"start": "node index.js",
"jsdoc": "node_modules/.bin/jsdoc -c jsdoc.conf",
"linter": "node_modules/.bin/eslint .",
"lint": "eslint",
"test": "ava"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.0",
"bcrypt-promise": "^2.0.0",
"handlebars": "^4.7.6",
"koa": "^2.13.0",
"koa-body": "^4.2.0",
"koa-router": "^9.4.0",
"koa-session": "^6.0.0",
"koa-static": "^5.0.0",
"koa-views": "^6.3.0",
"moment": "^2.29.1",
"nodemailer": "^6.4.17",
"nodemon": "^2.0.6",
"save-dev": "0.0.1-security",
"sqlite-async": "^1.1.0"
},
"devDependencies": {
"ava": "^3.13.0",
"eslint": "^7.16.0",
"esm": "^3.2.25",
"jsdoc": "^3.6.5",
"jsdoc-route-plugin": "^0.1.0"
}
}