forked from react-native-community/releases
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 858 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "react-native-releases",
"version": "1.0.0",
"description": "Changelog for the React Native project",
"main": "index.js",
"scripts": {
"spellcheck": "node node_modules/markdown-spellcheck/bin/mdspell -n --en-us -a -r CHANGELOG.md",
"lint": "node node_modules/markdownlint-cli/markdownlint.js *.md",
"precommit": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-community/react-native-releases.git"
},
"author": "",
"license": "",
"bugs": {
"url": "https://github.com/react-native-community/react-native-releases/issues"
},
"homepage": "https://github.com/react-native-community/react-native-releases#readme",
"devDependencies": {
"husky": "^0.14.3",
"markdownlint-cli": "^0.6.0",
"markdown-spellcheck": "^1.3.1"
},
"dependencies": {}
}