123456789101112131415161718192021222324252627 |
- {
- "name": "arangosearch",
- "version": "1.0.0",
- "description": "",
- "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",
- "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"
- }
- }
|