You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "jam-my-stack",
|
|
|
|
"version": "1.0.34",
|
|
|
|
"repository": {
|
|
|
|
"url": "https://github.com/wgroeneveld/jam-my-stack",
|
|
|
|
"type": "git"
|
|
|
|
},
|
|
|
|
"author": "Wouter Groeneveld",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "./src/index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "jest"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"dayjs": "^1.10.4",
|
|
|
|
"ejs": "^3.1.6",
|
|
|
|
"ent": "^2.2.0",
|
|
|
|
"fast-xml-parser": "^3.18.0",
|
|
|
|
"got": "11.8.3",
|
|
|
|
"parser-front-matter": "^1.6.4",
|
|
|
|
"youtube-dl-exec": "^1.2.4"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"jest": "^26.6.3",
|
|
|
|
"mockdate": "^3.0.2"
|
|
|
|
}
|
|
|
|
}
|