waku.org/package.json

29 lines
727 B
JSON

{
"name": "@waku/waku.org",
"version": "1.0.0",
"main": "\"\"",
"repository": "git@github.com:waku-org/waku.org.git",
"author": "Franck Royer <franck@status.im>",
"license": "MIT OR Apache-2.0",
"private": true,
"scripts": {
"fix": "prettier \"*.md\" \"./*.json\" --write",
"test": "run-p test:**",
"test:format": "prettier \"*.md\" \"./*.json\" --list-different",
"test:spelling": "cspell \"*.md\" config.json",
"prepare": "husky install"
},
"lint-staged": {
"*.{md,json}": "prettier --write"
},
"dependencies": {
"cspell": "^6.1.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.3"
},
"devDependencies": {
"husky": "^8.0.1",
"lint-staged": "^13.0.2"
}
}