diff --git a/package.json b/package.json index 70d25351..bd902d25 100644 --- a/package.json +++ b/package.json @@ -11,5 +11,6 @@ "homepage": "https://github.com/chjj/marked", "bugs": { "url": "http://github.com/chjj/marked/issues" }, "keywords": [ "markdown", "markup", "html" ], - "tags": [ "markdown", "markup", "html" ] + "tags": [ "markdown", "markup", "html" ], + "scripts": { "test": "node test", "bench": "node test --bench" } }