UNPKG

@rbxts/validate-tree

Version:
43 lines (42 loc) 1.08 kB
{ "name": "@rbxts/validate-tree", "version": "2.0.2", "description": "Validates whether a given instance matches a given instance tree", "main": "init.lua", "types": "index.d.ts", "scripts": { "build": "rbxtsc & mv out/* . & rm -r out" }, "repository": { "type": "git", "url": "https://github.com/Validark/Roblox-TS-Libraries/tree/master/validate-tree" }, "keywords": [ "dot", "Roblox", "Player", "tree", "validate", "object", "members", "parts" ], "author": "Validark", "license": "ISC", "bugs": { "url": "https://github.com/Validark/Roblox-TS-Libraries/issues" }, "homepage": "https://github.com/Validark/Roblox-TS-Libraries/blob/master/validate-tree/README.md", "publishConfig": { "access": "public" }, "devDependencies": { "@rbxts/compiler-types": "^1.2.3", "@rbxts/types": "^1.0.537" }, "files": [ "init.lua", "index.d.ts", "README.md" ] }