UNPKG

haraka-notes

Version:
37 lines (36 loc) 1 kB
{ "name": "haraka-notes", "version": "1.1.1", "description": "Haraka Notes", "main": "index.js", "files": [ "CHANGELOG.md" ], "scripts": { "format": "npm run prettier:fix && npm run lint:fix", "lint": "npx eslint *.js test", "lint:fix": "npx eslint *.js test --fix", "prettier": "npx prettier . --check", "prettier:fix": "npx prettier . --write --log-level=warn", "test": "npx mocha@10", "versions": "npx dependency-version-checker check", "versions:fix": "npx dependency-version-checker update && npm run prettier:fix" }, "repository": { "type": "git", "url": "git+https://github.com/haraka/haraka-notes.git" }, "keywords": [ "haraka", "notes" ], "author": "Haraka Team <haraka.mail@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/haraka/haraka-notes/issues" }, "homepage": "https://github.com/haraka/haraka-notes#readme", "devDependencies": { "@haraka/eslint-config": "^2.0.2" } }