@beacon-oss/types
Version:
Typings for Beacon FiveM.
42 lines • 953 B
JSON
{
"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"
}
}