{
  "name": "superest",
  "version": "0.6.0",
  "description": "Typed API data serialization for frontends",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc -b src",
    "test": "mocha test/**/*.ts -r ts-node/register"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TheNightmareX/superest.git"
  },
  "keywords": [
    "front-end",
    "web",
    "serialization",
    "serialize",
    "deserialize",
    "typescript",
    "data",
    "rest",
    "restful"
  ],
  "author": {
    "name": "Char2s",
    "email": "Char2s@outlook.com"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/TheNightmareX/superest/issues"
  },
  "homepage": "https://github.com/TheNightmareX/superest#readme",
  "dependencies": {},
  "files": [
    "/src/*",
    "/dist/*",
    "!tsconfig.*"
  ],
  "devDependencies": {
    "@types/mocha": "^8.2.1",
    "@types/node": "^14.14.31",
    "case": "^1.6.3",
    "mocha": "^8.3.0",
    "ts-node": "^9.1.1",
    "typescript": "^4.1.5"
  }
}
