paroles
Version:
A library for parsing, making, modifying and playing LRC format lyrics
78 lines (77 loc) • 2.24 kB
JSON
{
"name": "paroles",
"description": "A library for parsing, making, modifying and playing LRC format lyrics",
"version": "2.3.0",
"license": "MIT",
"author": "Aaron Zhou",
"packageManager": "pnpm@8.6.3",
"keywords": [
"lyrics",
"lyrics player",
"lrc",
"lrc parser",
"lrc maker",
"lyrics parser",
"lyrics maker"
],
"homepage": "https://github.com/Clarkkkk/paroles#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Clarkkkk/paroles"
},
"bugs": {
"url": "https://github.com/Clarkkkk/paroles/issues"
},
"main": "./dist/paroles.cjs",
"module": "./dist/paroles.js",
"types": "./dist/index.d.ts",
"type": "module",
"files": [
"dist"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/paroles.cjs",
"import": "./dist/paroles.js"
}
},
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"test": "vitest",
"test:update": "vitest --update",
"test:run": "vitest --run --changed",
"test:coverage": "vitest --coverage",
"typecheck": "tsc --noEmit --watch --preserveWatchOutput",
"format": "eslint --fix --cache src/**/*.{vue,ts}",
"prepare": "husky install",
"uninstall-husky": "npm uninstall husky --no-save && git config --unset core.hooksPath && npx rimraf .husky",
"release": "commit-and-tag-version"
},
"devDependencies": {
"@types/jsdom": "^21.1.1",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitest/coverage-c8": "^0.32.2",
"commit-and-tag-version": "^11.2.2",
"conventional-changelog": "^4.0.0",
"conventional-changelog-aaron-preset": "^0.2.1",
"conventional-changelog-cli": "^3.0.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vite-plugin-dts": "^2.3.0",
"vitest": "^0.32.2"
}
}