1
0
Fork 0
forked from lucida/lucida
lucida/package.json
2024-02-16 04:26:12 -06:00

47 lines
1,000 B
JSON

{
"name": "lucida",
"version": "1.1.9",
"description": "A modular downloader tool",
"main": "build/index.js",
"type": "module",
"types": "build/index.d.ts",
"scripts": {
"tsc": "tsc",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"exports": {
".": "./build/index.js",
"./types": {
"import": "./build/types.js",
"types": "./build/types.d.ts"
},
"./streamers/*.js": "./build/streamers/*.js"
},
"files": [
"build/**/*"
],
"keywords": [],
"author": "hazycora",
"repository": {
"type": "git",
"url": "https://git.gay/h/lucida"
},
"license": "AGPL",
"dependencies": {
"image-size": "^1.1.1",
"librespot": "^0.2.0",
"node-fetch": "^3.3.2",
"xmldom-qsa": "^1.1.3"
},
"devDependencies": {
"@types/node": "^20.11.17",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
}
}