@ozarkoc/chordpro-parser
Version:
A browser-friendly bundled version of chordproject-parser
40 lines (39 loc) • 1.25 kB
JSON
{
"name": "@ozarkoc/chordpro-parser",
"version": "1.0.2",
"main": "dist/chordproject-parser.bundle.js",
"typings": "types/index.d.ts",
"files": [
"dist",
"types",
"src/style.css"
],
"description": "A browser-friendly bundled version of chordproject-parser",
"keywords": [
"chordpro",
"chordproject",
"parser",
"chord",
"guitar"
],
"scripts": {
"start": "webpack serve --config webpack.dev.js",
"build": "rimraf types && tsc && webpack --config webpack.prod.js",
"release": "npm run build && npm publish",
"test": "npx jest --runInBand --detectOpenHandles --colors --verbose --reporters=default",
"test:ci": "npx jest --ci --runInBand --silent --colors --coverage"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^24.0.1",
"html-webpack-plugin": "^5.6.3",
"jest": "^30.0.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.4.0",
"ts-loader": "^9.5.2",
"typescript": "^5.8.3",
"webpack": "^5.99.9",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2"
}
}