| 1234567891011121314151617 |
- {
- "name": "md-sections-tool",
- "version": "1.0.0",
- "description": "",
- "main": "md-sections-tool/extractAll.js",
- "scripts": {
- "test": "npx mocha --exit --timeout 10000 test/**/*.js",
- "build": "node md-sections-tool/extractAll.js",
- "lint": "npx eslint --fix src/"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "slug": "^1.1.0"
- }
- }
|