brainbaking/package.json

36 lines
924 B
JSON
Raw Normal View History

2020-05-30 17:41:38 +02:00
{
"name": "brainbaking",
"version": "1.0.0",
"description": "",
"main": "goodreads-fetch.js",
"directories": {
"doc": "docs"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
2020-12-27 10:38:45 +01:00
"@babel/preset-env": "^7.10.1",
"lunr": "^2.3.6",
"parser-front-matter": "^1.6.4"
2020-05-30 17:41:38 +02:00
},
"scripts": {
"build": "/usr/local/bin/hugo",
"install": "node masto-feed-parser.js && node goodreads-fetch.js > static/js/goodreads.js && node build-lunr-index.js > static/js/brainbaking-post.json"
2020-05-30 17:41:38 +02:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/wgroeneveld/brainbaking.git"
},
"author": "",
"license": "",
"bugs": {
"url": "https://github.com/wgroeneveld/brainbaking/issues"
},
"homepage": "https://github.com/wgroeneveld/brainbaking#readme",
"dependencies": {
"ent": "^2.2.0",
"fast-xml-parser": "^3.18.0",
"got": "^11.8.2"
}
2020-05-30 17:41:38 +02:00
}