package.json 317 B

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