{
  "name": "neverlose-api",
  "version": "1.0.1",
  "description": "Modern neverlose.cc market framework",
  "main": "lib/index.js",
  "exports": {
    ".": "./lib/index.js"
  },
  "scripts": {
    "pretest": "tsc --build",
    "test": "node tests/index.js"
  },
  "author": "Teselka",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^17.0.8",
    "ava": "^3.15.0"
  },
  "directories": {
    "lib": "lib",
    "test": "tests"
  },
  "dependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Teselka/node-neverlose-api.git"
  },
  "bugs": {
    "url": "https://github.com/Teselka/node-neverlose-api/issues"
  },
  "homepage": "https://github.com/Teselka/node-neverlose-api#readme"
}
