UNPKG

@beacon-oss/types

Version:
42 lines 953 B
{ "name": "@beacon-oss/types", "version": "0.1.0-alpha.25", "description": "Typings for Beacon FiveM.", "keywords": [ "beacon", "types", "fivem", "lcholdings" ], "bugs": { "url": "https://github.com/lcholdings/beacon-npm/issues" }, "repository": { "type": "git", "url": "git+https://github.com/lcholdings/beacon-npm.git" }, "license": "MIT", "author": "LCHoldings", "main": "dist/index.js", "module": "dist/esm/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "dependencies": { "csstype": "3.1.3" }, "engines": { "node": ">=18.17.0" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsup --env.NODE_ENV production", "build:declarations": "tsc -p tsconfig.declarations.json", "clean": "rimraf ./dist", "release": "changeset publish && git push --follow-tags", "publish:local": "bunx yalc push --replace --sig" } }