UNPKG

1.15 kBJSONView Raw
1{
2 "name": "mongodb-ace-autocompleter",
3 "version": "0.11.1",
4 "description": "Ace Editor Autocompleter for MongoDB Queries & Agg Pipelines",
5 "main": "index.js",
6 "scripts": {
7 "depcheck": "depcheck",
8 "lint": "eslint .",
9 "check": "npm run lint && npm run depcheck",
10 "test": "mocha --recursive test/setup.js ./test/**/*.test.js",
11 "release": "release-it"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/mongodb-js/ace-autocompleter.git"
16 },
17 "keywords": [
18 "MongoDB",
19 "Ace"
20 ],
21 "author": "durran@gmail.com",
22 "license": "Apache-2.0",
23 "bugs": {
24 "url": "https://github.com/mongodb-js/ace-autocompleter/issues"
25 },
26 "homepage": "https://github.com/mongodb-js/ace-autocompleter#readme",
27 "devDependencies": {
28 "ace-builds": "^1.4.13",
29 "chai": "^4.2.0",
30 "depcheck": "^1.4.3",
31 "eslint": "^5.16.0",
32 "eslint-config-mongodb-js": "^5.0.3",
33 "jsdom": "^16.7.0",
34 "jsdom-global": "^3.0.2",
35 "mocha": "^7.0.0",
36 "release-it": "^14.12.5",
37 "sinon": "^8.0.4",
38 "sinon-chai": "^3.7.0"
39 },
40 "dependencies": {
41 "semver": "^7.3.5"
42 },
43 "release-it": {}
44}