36 lines
826 B
JSON
36 lines
826 B
JSON
{
|
|||
"name": "spicetify-marketplace",
|
|||
"homepage": "https://github.com/CharlieS1103/spicetify-marketplace",
|
|||
"repository": {
|
|||
"type": "git",
|
|||
"url": "https://github.com/CharlieS1103/spicetify-marketplace.git"
|
|||
},
|
|||
"bugs": {
|
|||
"url": "https://github.com/CharlieS1103/spicetify-marketplace/issues"
|
|||
},
|
|||
"scripts": {
|
|||
"type-check": "tsc",
|
|||
"watch": "parcel watch",
|
|||
"build": "parcel build",
|
|||
"lint": "eslint src"
|
|||
},
|
|||
"source": "styles/style.scss",
|
|||
"targets": {
|
|||
"default": {
|
|||
"distDir": ".",
|
|||
"optimize": false
|
|||
}
|
|||
},
|
|||
"engines": {
|
|||
"node": ">=16"
|
|||
},
|
|||
"devDependencies": {
|
|||
"@parcel/transformer-sass": "^2.3.2",
|
|||
"@types/react": "^17.0.40",
|
|||
"@types/react-dom": "^17.0.11",
|
|||
"eslint": "^8.11.0",
|
|||
"eslint-plugin-react": "^7.29.3",
|
|||
"parcel": "^2.3.2"
|
|||
}
|
|||
}
|