Skip to content

Commit

Permalink
Revert "Delete package.json"
Browse files Browse the repository at this point in the history
This reverts commit 3d5b0ee.
  • Loading branch information
miya authored and miya committed Aug 10, 2023
1 parent c7d17ab commit 3ab2a1b
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"name": "news-translation",
"version": "1.0.0",
"license": "CC-BY-NC-SA-4.0",
"homepage": "https://github.com/freeCodeCamp/news-translation#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/freeCodeCamp/news-translation.git"
},
"bugs": {
"url": "https://github.com/freeCodeCamp/news-translation/issues"
},
"devDependencies": {
"@lint-md/cli": "^2.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "^3.0.0"
},
"prettier": {
"singleQuote": true,
"trailingComma": "none"
},
"lint-staged": {
"*.{json,yml,js}": "prettier --write",
"*.md": "lint-md --fix"
},
"scripts": {
"prepare": "husky install",
"lint": "lint-md chinese/**/*.md",
"format": "lint-md chinese/**/*.md --fix",
"test": "lint-staged"
},
"husky": {
"hooks": {
"pre-commit": "npm test"
}
}
}

0 comments on commit 3ab2a1b

Please sign in to comment.