UNPKG

chordsheet

Version:

An NPM module to render HTML code out of markdown text with chords.

47 lines (46 loc) 1.26 kB
{ "name": "chordsheet", "version": "1.0.0-dev.26", "description": "An NPM module to render HTML code out of markdown text with chords.", "main": "./dist/index.js", "types": "./dist/index.d.ts", "dependencies": { "markdown-it": "^14.1.0", "markdown-it-regexp": "^0.4.0" }, "devDependencies": { "@types/markdown-it": "^14.1.2", "@types/tape": "^4.2.31", "faucet": "^0.0.4", "tape": "^4.8.0", "ts-node": "^9.1.1", "tslint": "^6.1.3", "typescript": "^5.6.3" }, "scripts": { "build": "./node_modules/.bin/tsc -p tsconfig.commonjs.json", "lint": "./node_modules/.bin/tslint **/*.ts", "lint.fix": "./node_modules/.bin/tslint **/*.ts --fix", "test": "ts-node ./node_modules/.bin/tape tests/*.ts tests/**/*.ts | faucet" }, "author": "gldraphael", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/gldraphael/chordsheet.git" }, "bugs": { "url": "https://github.com/gldraphael/chordsheet/issues" }, "homepage": "https://github.com/gldraphael/chordsheet#readme", "keywords": [ "chord", "chords", "chordsheet", "sheet" ], "files": [ "dist/**/*.js", "dist/**/*.d.ts" ] }