Archived
34 lines
926 B
JSON
34 lines
926 B
JSON
{
|
|
"name": "arangosearch",
|
|
"version": "1.0.0",
|
|
"description": "Single-collection search for ArangoJS",
|
|
"main": "dist/lib/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'tests/**/*.ts'"
|
|
},
|
|
"keywords": ["arango", "arangodb", "aql"],
|
|
"author": "Aneurin \"Anny\" Barker Snook <a@aneur.in>",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"url": "https://github.com/annybs/arangosearch"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/annybs/arangosearch/issues"
|
|
},
|
|
"dependencies": {
|
|
"arangojs": "^7.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chai": "^4.3.3",
|
|
"@types/mocha": "^10.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.40.1",
|
|
"@typescript-eslint/parser": "^5.40.1",
|
|
"chai": "^4.3.6",
|
|
"eslint": "^8.25.0",
|
|
"mocha": "^10.1.0",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.8.4"
|
|
}
|
|
}
|