typed-adventureland
Version:
Strong TypeScript declarations for the game AdventureLand
43 lines (42 loc) • 1.1 kB
JSON
{
"name": "typed-adventureland",
"version": "0.0.48",
"description": "Strong TypeScript declarations for the game AdventureLand",
"repository": "adventureland-community/typed-adventureland",
"main": "dist/src/index.d.ts",
"types": "dist/src/index.d.ts",
"files": [
"dist/**/*.d.ts",
"index.d.ts"
],
"keywords": [
"AdventureLand",
"Adventure Land",
"API",
"Typescript",
"Autocomplete"
],
"author": "adventureland-community",
"license": "MIT",
"scripts": {
"build": "tsc && echo Emitted declaration files",
"clean": "rm -rf ./dist && echo Cleaned dist",
"generate": "ts-node ./generator/main.ts",
"prepublishOnly": "npm run clean && npm run build",
"analyze-entities": "ts-node ./analyze-entities.ts",
"pack": "npm pack"
},
"dependencies": {
"@types/jquery": "3.2.0",
"@types/pixi.js": "4.8.2",
"@types/socket.io": "1.4"
},
"devDependencies": {
"@types/node": "^18.8.3",
"axios": "^1.1.2",
"eslint": "^6.8.0",
"prettier": "^2.7.1",
"ts-node": "^8.10.2",
"typescript": "^4.8.4"
}
}