js.waku.guide/package.json

22 lines
589 B
JSON
Raw Normal View History

2022-02-11 11:11:16 +00:00
{
"name": "js.waku.guide",
2022-02-11 11:11:16 +00:00
"version": "1.0.0",
"main": "\"\"",
"repository": "git@github.com:waku-org/js.waku.guide.git",
2022-02-11 11:11:16 +00:00
"author": "Franck Royer <franck@status.im>",
"license": "MIT",
"private": true,
"scripts": {
2022-03-17 03:27:11 +00:00
"fix": "prettier \"*.md\" \"./*.json\" --write",
"test": "run-p 'test:*'",
"test:format": "prettier \"*.md\" \"./*.json\" --list-different",
"test:spelling": "cspell \"content/**/*.md\" \"content/*.md\"",
2022-02-11 11:11:16 +00:00
"serve": "hugo server"
},
"dependencies": {
2022-02-21 10:38:54 +00:00
"cspell": "^5.18.5",
"npm-run-all": "^4.1.5",
2022-02-11 11:11:16 +00:00
"prettier": "^2.5.1"
}
}