contentcraft/package.json

20 lines
467 B
JSON

{
"name": "contentcraft",
"version": "1.0.0",
"description": "A good Web CMS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://sneedgit.nodemixaholic.com/sneed-group/contentcraft"
},
"author": "Sneed Group",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"dotenv": "^16.4.5",
"express": "^4.21.1",
"marked": "^14.1.2"
}
}