Some checks failed
		
		
	
	CI / Type Check & Lint (push) Failing after 15s
				
			Publish to npm / npm-publish (push) Failing after 42s
				
			CI / Build Test (Current Platform) (push) Successful in 1m14s
				
			CI / Build All Platforms (push) Successful in 1m56s
				
			Release / build-and-release (push) Successful in 3m55s
				
			
		
			
				
	
	
		
			59 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			59 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "@serve.zone/moxytool",
 | 
						|
  "version": "1.5.1",
 | 
						|
  "exports": "./mod.ts",
 | 
						|
  "nodeModulesDir": "auto",
 | 
						|
  "tasks": {
 | 
						|
    "dev": "deno run --allow-all mod.ts",
 | 
						|
    "compile": "deno task compile:all",
 | 
						|
    "compile:all": "bash scripts/compile-all.sh",
 | 
						|
    "test": "deno test --allow-all test/",
 | 
						|
    "test:watch": "deno test --allow-all --watch test/",
 | 
						|
    "check": "deno check mod.ts",
 | 
						|
    "fmt": "deno fmt",
 | 
						|
    "lint": "deno lint"
 | 
						|
  },
 | 
						|
  "lint": {
 | 
						|
    "rules": {
 | 
						|
      "tags": [
 | 
						|
        "recommended"
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "fmt": {
 | 
						|
    "useTabs": false,
 | 
						|
    "lineWidth": 100,
 | 
						|
    "indentWidth": 2,
 | 
						|
    "semiColons": true,
 | 
						|
    "singleQuote": true
 | 
						|
  },
 | 
						|
  "compilerOptions": {
 | 
						|
    "lib": [
 | 
						|
      "deno.window"
 | 
						|
    ],
 | 
						|
    "strict": true
 | 
						|
  },
 | 
						|
  "imports": {
 | 
						|
    "@std/path": "jsr:@std/path@^1.0.0",
 | 
						|
    "@std/fmt": "jsr:@std/fmt@^1.0.0",
 | 
						|
    "@std/assert": "jsr:@std/assert@^1.0.0",
 | 
						|
    "@push.rocks/npmextra": "npm:@push.rocks/npmextra@^5.1.2",
 | 
						|
    "@push.rocks/projectinfo": "npm:@push.rocks/projectinfo@^5.0.1",
 | 
						|
    "@push.rocks/qenv": "npm:@push.rocks/qenv@^6.1.0",
 | 
						|
    "@push.rocks/smartcli": "npm:@push.rocks/smartcli@^4.0.19",
 | 
						|
    "@push.rocks/smartdelay": "npm:@push.rocks/smartdelay@^3.0.5",
 | 
						|
    "@push.rocks/smartfile": "npm:@push.rocks/smartfile@^11.0.23",
 | 
						|
    "@push.rocks/smartjson": "npm:@push.rocks/smartjson@^5.0.20",
 | 
						|
    "@push.rocks/smartlog": "npm:@push.rocks/smartlog@^3.0.7",
 | 
						|
    "@push.rocks/smartlog-destination-local": "npm:@push.rocks/smartlog-destination-local@^9.0.0",
 | 
						|
    "@push.rocks/smartpath": "npm:@push.rocks/smartpath@^5.0.5",
 | 
						|
    "@push.rocks/smartshell": "npm:@push.rocks/smartshell@^3.2.2",
 | 
						|
    "@push.rocks/smartexpect": "npm:@push.rocks/smartexpect@^1.0.15",
 | 
						|
    "@push.rocks/smartfuzzy": "npm:@push.rocks/smartfuzzy@^2.0.0",
 | 
						|
    "@push.rocks/smartrx": "npm:@push.rocks/smartrx@^3.0.10",
 | 
						|
    "@push.rocks/smartpromise": "npm:@push.rocks/smartpromise@^4.0.0",
 | 
						|
    "@push.rocks/smartstring": "npm:@push.rocks/smartstring@^4.0.0",
 | 
						|
    "@push.rocks/smarttime": "npm:@push.rocks/smarttime@^4.0.0"
 | 
						|
  }
 | 
						|
}
 |