jam-my-stack/package.json

28 lines
561 B
JSON
Raw Normal View History

{
"name": "jam-my-stack",
2021-03-13 15:25:28 +01:00
"version": "1.0.9",
"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",
"ent": "^2.2.0",
"fast-xml-parser": "^3.18.0",
"got": "^11.8.2",
"howlongtobeat": "^1.3.1",
"lunr": "^2.3.9",
"parser-front-matter": "^1.6.4"
},
"devDependencies": {
2021-03-09 21:24:22 +01:00
"jest": "^26.6.3",
"mockdate": "^3.0.2"
}
}