{ "name": "@git.zone/tsbuild", "version": "2.1.82", "private": false, "description": "TypeScript nightly to easily make use of latest features", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "bin": { "tsbuild": "./cli.js" }, "scripts": { "test": "tsrun test/test.ts", "build": "node cli.ts.js --web --allowimplicitany", "buildDocs": "tsdoc" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/pushrocks/tsn.git" }, "keywords": [ "TypeScript" ], "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/tsn/issues" }, "homepage": "https://gitlab.com/pushrocks/tsn#README", "dependencies": { "@push.rocks/early": "^4.0.4", "@push.rocks/smartcli": "^4.0.11", "@push.rocks/smartdelay": "^3.0.5", "@push.rocks/smartfile": "^11.0.21", "@push.rocks/smartlog": "^3.0.7", "@push.rocks/smartpath": "^5.0.18", "@push.rocks/smartpromise": "^4.0.4", "typescript": "5.5.2" }, "devDependencies": { "@git.zone/tsrun": "^1.2.47", "@push.rocks/tapbundle": "^5.0.23", "@types/node": "^20.14.8" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ] }