api-railway
Version:
Api wrapper for api.railwayapi.site
47 lines (46 loc) • 1.22 kB
JSON
{
"name": "api-railway",
"version": "0.2.0-alpha.17",
"description": "Api wrapper for api.railwayapi.site",
"keywords": [
"railway-api",
"api",
"railway",
"api-wrapper",
"nodeJS"
],
"homepage": "https://github.com/ZennoZenith/api-railway",
"bugs": {
"url": "https://github.com/ZennoZenith/api-railway/issues"
},
"author": "ZennoZenith (https://zennozenith.com)",
"repository": {
"type": "git",
"url": "git://github.com/ZennoZenith/api-railway.git"
},
"type": "module",
"license": "MIT",
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.0",
"@changesets/cli": "^2.27.10",
"typescript": "^5.6.3",
"vitest": "^2.1.5"
},
"scripts": {
"build": "rm -rf dist/ && tsc",
"test": "vitest run",
"format": "dprint fmt *",
"check-format": "dprint check *",
"lint": "tsc",
"dev": "vitest",
"check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
"local-release": "changeset version && changeset publish",
"ci": "bun run test && bun run check-format && bun run build",
"prepublishOnly": "bun run ci"
},
"files": [
"dist"
],
"main": "dist/index.js",
"types": "./dist/index.d.ts"
}