{
  "name": "@kismet.ts/core",
  "version": "0.1.3",
  "description": "The core package for creating kismet code",
  "main": "./dist/src/index.js",
  "types": "./dist/src/index.d.ts",
  "type": "module",
  "files": [
    "./dist/src/"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prestart": "tsc --project ./tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ghostrider-05/kismet.ts.git"
  },
  "author": "ghostrider-05",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ghostrider-05/kismet.ts/issues"
  },
  "homepage": "https://github.com/ghostrider-05/kismet.ts#readme",
  "dependencies": {
    "@kismet.ts/shared": "^0.1.4"
  }
}
