mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-02-24 20:20:11 -05:00
36 lines
880 B
JSON
36 lines
880 B
JSON
{
|
|
"name": "kyoo-chromecast",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"source": "src/index.html",
|
|
"scripts": {
|
|
"dev": "parcel",
|
|
"build": "parcel build",
|
|
"format": "prettier --check --ignore-path .gitignore .",
|
|
"format:fix": "prettier --write --ignore-path .gitignore ."
|
|
},
|
|
"prettier": {
|
|
"useTabs": true,
|
|
"printWidth": 100,
|
|
"trailingComma": "all",
|
|
"plugins": [
|
|
"prettier-plugin-jsdoc"
|
|
],
|
|
"jsdocSingleLineComment": false,
|
|
"tsdoc": true
|
|
},
|
|
"devDependencies": {
|
|
"@parcel/validator-typescript": "^2.7.0",
|
|
"@types/chromecast-caf-receiver": "^6.0.7",
|
|
"@typescript-eslint/eslint-plugin": "^5.40.1",
|
|
"@typescript-eslint/parser": "^5.40.1",
|
|
"eslint": "^8.25.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-header": "^3.1.1",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"parcel": "^2.7.0",
|
|
"prettier": "^2.7.1",
|
|
"typescript": "^4.8.4"
|
|
}
|
|
}
|