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.
 
 
 
 
 

54 lines
1.7 KiB

{
"name": "hexo-algoliasearch",
"version": "1.0.0",
"description": "A plugin to index posts of your Hexo blog on Algolia",
"main": "index.js",
"scripts": {
"install-test-blog": "cd test_blog && npm install",
"build": "./node_modules/@babel/cli/bin/babel.js src --out-dir lib --ignore **/*.spec.js",
"lint": "./node_modules/.bin/eslint .",
"lint:fix": "./node_modules/.bin/eslint . --fix",
"test": "npm run lint && jest --coverage",
"test:watch": "npm run test -- --watch",
"test:coveralls": "npm test -- --coverageReporters=text-lcov | coveralls",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LouisBarranqueiro/hexo-algolia.git"
},
"keywords": [
"hexo",
"algolia",
"algoliasearch",
"search",
"plugin"
],
"author": "Louis Barranqueiro",
"license": "MIT",
"bugs": {
"url": "https://github.com/LouisBarranqueiro/hexo-algoliasearch/issues"
},
"homepage": "https://github.com/LouisBarranqueiro/hexo-algoliasearch#readme",
"dependencies": {
"algoliasearch": "4.4.0",
"striptags": "3.1.1"
},
"devDependencies": {
"@babel/cli": "7.10.5",
"@babel/core": "7.11.4",
"@babel/node": "7.10.5",
"@babel/preset-env": "7.11.0",
"babel-cli": "6.26.0",
"babel-eslint": "10.1.0",
"babel-jest": "26.3.0",
"codecov": "3.7.2",
"coveralls": "3.1.0",
"eslint": "6.8.0",
"hexo": "4.2.1",
"jest": "26.4.1"
},
"engines": {
"node": ">=14.0.0"
}
}