50 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
| {
 | |
|   "name": "@coze-studio/bot-env-adapter",
 | |
|   "version": "0.0.1",
 | |
|   "description": "data info adapter for bot-env",
 | |
|   "license": "Apache-2.0",
 | |
|   "author": "chenjiawei.inizio@bytedance.com",
 | |
|   "maintainers": [],
 | |
|   "exports": {
 | |
|     ".": "./src/index.ts",
 | |
|     "./configs": "./src/configs.ts",
 | |
|     "./build": "./scripts/build.ts",
 | |
|     "./typings": "./src/typings.d.ts",
 | |
|     "./runtime": "./src/runtime/index.ts"
 | |
|   },
 | |
|   "main": "src/index.ts",
 | |
|   "typesVersions": {
 | |
|     "*": {
 | |
|       "configs": [
 | |
|         "./src/configs.ts"
 | |
|       ],
 | |
|       "build": [
 | |
|         "./scripts/build.ts"
 | |
|       ],
 | |
|       "typings": [
 | |
|         "./src/typings.ts"
 | |
|       ],
 | |
|       "runtime": [
 | |
|         "./src/runtime/index.ts"
 | |
|       ]
 | |
|     }
 | |
|   },
 | |
|   "scripts": {
 | |
|     "build": "node -r sucrase/register scripts/index.ts && tsc -b tsconfig.build.json",
 | |
|     "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",
 | |
|     "sucrase": "^3.32.0",
 | |
|     "ts-morph": "^20.0.0",
 | |
|     "vitest": "~3.0.5"
 | |
|   }
 | |
| }
 | |
| 
 |