{
  "name": "data-footstone",
  "version": "0.1.23",
  "description": "data structure",
  "author": "feigebaobei <18515195415@163.com>",
  "license": "ISC",
  "main": "lib/data-footstone.js",
  "type": "module",
  "types": "./tscDist/src/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "exports": {
    ".": {
      "import": "./tscDist/index.js",
      "types": "./tscDist/src/index.d.ts"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/feigebaobei/simple.git"
  },
  "scripts": {
    "test": "jest",
    "jest": "jest",
    "tsc": "tsc",
    "rollup": "rollup -c",
    "build": "rollup -c rollup_ts.config.js",
    "clean": "echo 'fo clean'",
    "compile": "tsc && npm run rollup",
    "prepare": "npm run compile",
    "pretest": "npm run compile",
    "posttest": "npm run lint"
  },
  "bugs": {
    "url": "https://github.com/feigebaobei/simple/issues"
  },
  "homepage": "https://github.com/feigebaobei/simple/tree/master/packages/data-footstone",
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "files": [
    "tscDist",
    "dist_cjs",
    "dist_esm"
  ],
  "keywords": [
    "data-footstone",
    "data",
    "footstone",
    "structure",
    "construction",
    "stack",
    "queue",
    "PriorityQueue",
    "chain",
    "SingleChain",
    "DoublyChain",
    "SingleCircleChain",
    "DoublyCircleChain",
    "hashMap",
    "hash方法",
    "tree",
    "BinaryTree",
    "BinarySearchTree",
    "AVLTree",
    "graph",
    "DirectionGraph",
    "UndirectionGraph",
    "sort",
    "cache",
    "fifo",
    "lru",
    "lfu"
  ],
  "devDependencies": {
    "@babel/cli": "^7.19.3",
    "@babel/core": "^7.20.5",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-typescript": "^7.18.6",
    "@jest/globals": "^29.3.1",
    "@rollup/plugin-typescript": "^11.1.2",
    "@types/jest": "^29.2.4",
    "@types/node": "^14.11.2",
    "babel-jest": "^29.3.1",
    "jest": "^29.3.1",
    "ts-jest": "^29.0.3",
    "typescript": "~4.7.0"
  },
  "gitHead": "78bbeaff332c959b3eccef9563a139d434923f4d"
}
