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": "\"\"",
|
2022-11-11 06:07:35 +00:00
|
|
|
"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": {
|
2022-11-11 06:07:35 +00:00
|
|
|
"fix": "prettier \"*.md\" \"./*.json\" --write",
|
2022-06-22 01:04:59 +00:00
|
|
|
"test": "run-p test:**",
|
2022-11-11 06:07:35 +00:00
|
|
|
"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",
|
2023-01-19 14:25:32 +00:00
|
|
|
"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
|
|
|
}
|
|
|
|
}
|