pronoun-monster/package.json
2023-03-11 10:08:46 -06:00

25 lines
613 B
JSON

{
"name": "pronoun-monster",
"version": "0.1.0",
"description": "Rawr, if you must refer to me this is how you may",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "ava"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/gaiety/pronoun-monster.git"
},
"author": "",
"license": "Unlicense",
"bugs": {
"url": "https://gitlab.com/gaiety/pronoun-monster/issues"
},
"homepage": "https://gitlab.com/gaiety/pronoun-monster#readme",
"type": "module",
"devDependencies": {
"express": "^4.18.2",
"express-handlebars": "^7.0.2"
}
}