{
  "name": "adt-legacy-js",
  "version": "1.0.3",
  "description": "Faster way to implement Auxiliary Data Types",
  "author": "Sonu Kumar<sonu0774@gmail.com>",
  "license": "Apache 2.0",
  "contributors": [],
  "repository": "sysrestart/adt-legacy-js",
  "homepage": "https://sysrestart.com",
  "keywords": [
    "datastructure",
    "dsalgo",
    "javascriptdsalgo",
    "javascriptds",
    "nodejsds",
    "queue",
    "stack",
    "linkedlist",
    "binarysearchtree"
  ],
  "main": "index.js",
  "scripts": {
    "tscheck": "tsc -p .",
    "test": "mocha --exit --extension .test.js --recursive"
  },
  "dependencies": {
    "chai": "4.3.7",
    "mocha": "10.2.0"
  },
  "devDependencies": {
    "@babel/eslint-parser": "^7.22.5",
    "eslint": "^8.43.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.27.5"
  },
  "engines": {
    "node": ">=16.0"
  },
  "files": [
    "LICENSE",
    "Readme.md",
    "adts/index.js",
    "test/",
    "adts/"
  ]
}
