29 lines
		
	
	
		
			685 B
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			685 B
		
	
	
	
		
			JSON
		
	
	
	
{
 | 
						|
  "name": "@coze-arch/idl2ts-runtime",
 | 
						|
  "version": "0.1.0",
 | 
						|
  "homepage": "",
 | 
						|
  "license": "Apache-2.0",
 | 
						|
  "author": "zhaorujun@bytedance.com",
 | 
						|
  "main": "src/index.ts",
 | 
						|
  "scripts": {
 | 
						|
    "build": "exit 0",
 | 
						|
    "lint": "eslint ./ --cache",
 | 
						|
    "test": "vitest --run --passWithNoTests",
 | 
						|
    "test:cov": "npm run test -- --coverage"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@coze-arch/eslint-config": "workspace:*",
 | 
						|
    "@coze-arch/ts-config": "workspace:*",
 | 
						|
    "@coze-arch/vitest-config": "workspace:*",
 | 
						|
    "@types/node": "^18",
 | 
						|
    "@vitest/coverage-v8": "~3.0.5",
 | 
						|
    "qs": "^6.11.2",
 | 
						|
    "tsx": "^4.19.2",
 | 
						|
    "vitest": "~3.0.5"
 | 
						|
  },
 | 
						|
  "peerDependencies": {
 | 
						|
    "qs": "^6.11.2"
 | 
						|
  }
 | 
						|
}
 | 
						|
 |