| 
									
										
										
										
											2023-11-13 11:03:35 +00:00
										 |  |  | { | 
					
						
							|  |  |  | 	"name": "dta", | 
					
						
							| 
									
										
										
										
											2024-03-22 04:39:09 +00:00
										 |  |  | 	"version": "0.0.2", | 
					
						
							| 
									
										
										
										
											2023-11-13 11:03:35 +00:00
										 |  |  | 	"author": "sheetjs", | 
					
						
							|  |  |  | 	"description": "Stata .dta codecs for SheetJS Common Spreadsheet Format", | 
					
						
							|  |  |  | 	"bin": { | 
					
						
							|  |  |  | 		"dta2csv": "./bin/dta2csv.njs" | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	"main": "dist/dta.js", | 
					
						
							| 
									
										
										
										
											2024-03-22 04:39:09 +00:00
										 |  |  | 	"module": "dist/dta.mjs", | 
					
						
							| 
									
										
										
										
											2023-11-13 11:03:35 +00:00
										 |  |  | 	"types": "types", | 
					
						
							|  |  |  | 	"files": [ | 
					
						
							| 
									
										
										
										
											2023-12-05 08:19:42 +00:00
										 |  |  | 		"bin/", | 
					
						
							|  |  |  | 		"dist/", | 
					
						
							|  |  |  | 		"types/" | 
					
						
							| 
									
										
										
										
											2023-11-13 11:03:35 +00:00
										 |  |  | 	], | 
					
						
							|  |  |  | 	"repository": { | 
					
						
							|  |  |  | 		"type": "git", | 
					
						
							|  |  |  | 		"url": "https://git.sheetjs.com/SheetJS/sheetjs", | 
					
						
							|  |  |  | 		"directory": "packages/dta" | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	"scripts": { | 
					
						
							|  |  |  | 		"test": "make test", | 
					
						
							|  |  |  | 		"build": "make", | 
					
						
							|  |  |  | 		"lint": "make fullint", | 
					
						
							|  |  |  | 		"dtslint": "dtslint types" | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	"homepage": "https://sheetjs.com/", | 
					
						
							|  |  |  | 	"bugs": { | 
					
						
							|  |  |  | 		"url": "https://git.sheetjs.com/SheetJS/sheetjs/issues" | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	"license": "Apache-2.0", | 
					
						
							|  |  |  | 	"engines": { | 
					
						
							|  |  |  | 		"node": ">=12.0" | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	"devDependencies": { | 
					
						
							| 
									
										
										
										
											2024-03-22 04:39:09 +00:00
										 |  |  | 		"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz" | 
					
						
							| 
									
										
										
										
											2023-11-13 11:03:35 +00:00
										 |  |  | 	} | 
					
						
							|  |  |  | } |