55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "@git.zone/tsrun",
|
|
"version": "1.2.49",
|
|
"description": "run typescript programs efficiently",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"type": "module",
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"tsrun": "./cli.js"
|
|
},
|
|
"scripts": {
|
|
"test": "(pnpm run build && node ./cli.js test/test.js sayhello)",
|
|
"format": "(gitzone format)",
|
|
"build": "(tsbuild --web --allowimplicitany)",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.1.80",
|
|
"@push.rocks/smartcli": "^4.0.11",
|
|
"@types/node": "^20.14.8",
|
|
"node-fetch": "^3.3.2"
|
|
},
|
|
"dependencies": {
|
|
"@push.rocks/smartfile": "^11.0.21",
|
|
"@push.rocks/smartshell": "^3.0.5",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "5.5.2"
|
|
},
|
|
"private": false,
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitlab.com/gitzone/tsrun.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://gitlab.com/gitzone/tsrun/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/gitzone/tsrun#readme"
|
|
} |