{
  "name": "@proficient/ds",
  "version": "0.3.2",
  "description": "High-quality and essential Typescript data structures",
  "keywords": [
    "typescript",
    "javascript",
    "data structures",
    "data",
    "structures"
  ],
  "author": "Anar Kafkas <anarkafkas@gmail.com>",
  "homepage": "https://github.com/kafkas/proficient",
  "license": "MIT",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kafkas/proficient.git"
  },
  "scripts": {
    "compile": "yarn compile:src && yarn compile:test",
    "compile:src": "npx tsc -p src",
    "compile:test": "npx tsc -p test",
    "test": "npx jest --verbose"
  },
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/kafkas/proficient/issues"
  },
  "gitHead": "3e0ebb3d12fea0d522c73745c216514462f37bb9"
}
