dungeon-sdk-drikkx
Version:
Shared types and entities for the Dungeon game
44 lines (43 loc) • 857 B
JSON
{
"name": "dungeon-sdk-drikkx",
"version": "1.0.49",
"description": "Shared types and entities for the Dungeon game",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./frontend": {
"types": "./dist/frontend.d.ts",
"default": "./dist/frontend.js"
}
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"clean": "rm -rf dist",
"prepare": "npm run build"
},
"keywords": [
"dungeon",
"sdk",
"game",
"types",
"entities"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
},
"peerDependencies": {
"typeorm": "^0.3.21"
},
"dependencies": {
"pg": "^8.14.0",
"reflect-metadata": "^0.2.2"
}
}