UNPKG

nondeleniti

Version:

Provides GC optimized collections in TypeScript and Lua for use with Encompass-TS

40 lines (39 loc) 1.05 kB
{ "name": "nondeleniti", "version": "1.8.0", "description": "Provides GC optimized collections in TypeScript and Lua for use with Encompass-TS", "author": "BayleeBahringer", "license": "MIT", "main": "./tstl-gc-optimized-collections/init.ts", "typings": "./tstl-gc-optimized-collections/init.ts", "module": "./tstl-gc-optimized-collections/init.ts", "scripts": { "test": "busted ./test && jest", "build": "rm -rf ./build && tstl -p tsconfig.json && shx cp ./tstl-gc-optimized-collections.lua ./build" }, "repository": { "type": "git", "url": "https://github.com/BerthaRenner/nondeleniti.git" }, "keywords": [ "aut", "harum", "aliquid", "encompass", "ratione" ], "engines": { "node": ">=8.5.0" }, "devDependencies": { "@types/jest": "^24.0.5", "jest": "^24.8.0", "shx": "^0.3.2", "ts-jest": "^23.10.5", "ts-node": "^8.0.3", "tslint": "^5.17.0", "tslint-no-circular-imports": "^0.7.0", "typescript": "^3.4.5", "typescript-to-lua": "^0.21.1" } }