package.json 389 B

1234567891011121314151617
  1. {
  2. "name": "md-sections-tool",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "md-sections-tool/extractAll.js",
  6. "scripts": {
  7. "test": "npx mocha --exit --timeout 10000 test/**/*.js",
  8. "build": "node md-sections-tool/extractAll.js",
  9. "lint": "npx eslint --fix src/"
  10. },
  11. "keywords": [],
  12. "author": "",
  13. "license": "ISC",
  14. "dependencies": {
  15. "slug": "^1.1.0"
  16. }
  17. }