UNPKG

@paulmillr/jsbt

Version:

JS build tools: tsconfigs, templates, scripts and CI workflows

40 lines (39 loc) 806 B
{ "name": "@paulmillr/jsbt", "version": "0.4.1", "description": "JS build tools: tsconfigs, templates, scripts and CI workflows", "type": "module", "files": [ "jsbt.js", "tsconfig.json", "tsconfig.cjs.json", "tsconfig.test.json" ], "main": "jsbt.js", "bin": { "jsbt": "jsbt.js" }, "scripts": { "test": "echo 'No test'", "test:bun": "echo 'No bun'", "test:deno": "echo 'No deno'" }, "repository": { "type": "git", "url": "git+https://github.com/paulmillr/jsbt.git" }, "keywords": [ "js", "tsconfig", "build", "tool", "ci", "esbuild" ], "author": "Paul Miller", "license": "MIT", "bugs": { "url": "https://github.com/paulmillr/jsbt/issues" }, "homepage": "https://github.com/paulmillr/jsbt#readme" }