@rbxts/jsnatives
Version:
A TypeScript library for Roblox that provides JavaScript-like native functionality, including Proxy, Object utilities, setTimeout/setInterval, JSON, and more.
49 lines (48 loc) • 1.28 kB
JSON
{
"name": "@rbxts/jsnatives",
"version": "1.1.5",
"main": "out/init.lua",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w",
"prepublishOnly": "npm run build"
},
"keywords": [
"roblox",
"typescript",
"javascript",
"natives",
"jsnatives"
],
"author": "RsMan-Dev",
"license": "MIT",
"description": "A TypeScript library for Roblox that provides JavaScript-like native functionality, including Proxy, Object utilities, setTimeout/setInterval, JSON, and more.",
"types": "out/index.d.ts",
"files": [
"out",
"!**/*.tsbuildinfo"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/RsMan-Dev/rbxts-jsnatives.git"
},
"devDependencies": {
"@rbxts/compiler-types": "^3.0.0-types.0",
"@rbxts/types": "^1.0.848",
"@typescript-eslint/eslint-plugin": "^8.31.0",
"@typescript-eslint/parser": "^8.31.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-roblox-ts": "^0.0.36",
"prettier": "^3.5.3",
"roblox-ts": "^3.0.0",
"typescript": "^5.8.3"
},
"dependencies": {
"@rbxts/services": "^1.5.5"
}
}