Some checks failed
		
		
	
	CI / Type Check & Lint (push) Successful in 5s
				
			CI / Build Test (Current Platform) (push) Successful in 5s
				
			Publish to npm / npm-publish (push) Failing after 20s
				
			CI / Build All Platforms (push) Successful in 57s
				
			Release / build-and-release (push) Successful in 54s
				
			
		
			
				
	
	
		
			42 lines
		
	
	
		
			880 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			880 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "@serve.zone/nupst",
 | |
|   "version": "5.1.10",
 | |
|   "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/cli": "jsr:@std/cli@^1.0.0",
 | |
|     "@std/fmt": "jsr:@std/fmt@^1.0.0",
 | |
|     "@std/path": "jsr:@std/path@^1.0.0"
 | |
|   }
 | |
| }
 |