waku.org/package.json

29 lines
727 B
JSON
Raw Normal View History

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