Files
templates/package.json
2022-06-15 12:48:02 +05:30

33 lines
671 B
JSON

{
"name": "templates",
"version": "1.0.0",
"private": true,
"description": "Project templates for sern",
"workspaces": [
"templates/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --check .",
"fix": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/sern-handler/templates.git"
},
"keywords": [
"sern",
"cli",
"discord.js"
],
"author": "EvolutionX",
"license": "MIT",
"bugs": {
"url": "https://github.com/sern-handler/templates/issues"
},
"homepage": "https://github.com/sern-handler/templates#readme",
"devDependencies": {
"prettier": "^2.6.2"
}
}