mirror of
				https://github.com/excalidraw/excalidraw.git
				synced 2025-11-03 20:34:40 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			61 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			61 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "@excalidraw/math",
 | 
						|
  "version": "0.1.0",
 | 
						|
  "type": "module",
 | 
						|
  "types": "./dist/types/math/src/index.d.ts",
 | 
						|
  "main": "./dist/prod/index.js",
 | 
						|
  "module": "./dist/prod/index.js",
 | 
						|
  "exports": {
 | 
						|
    ".": {
 | 
						|
      "types": "./dist/types/math/src/index.d.ts",
 | 
						|
      "development": "./dist/dev/index.js",
 | 
						|
      "production": "./dist/prod/index.js",
 | 
						|
      "default": "./dist/prod/index.js"
 | 
						|
    },
 | 
						|
    "./*": {
 | 
						|
      "types": "./../math/dist/types/math/src/*.d.ts"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "files": [
 | 
						|
    "dist/*"
 | 
						|
  ],
 | 
						|
  "description": "Excalidraw math functions",
 | 
						|
  "publishConfig": {
 | 
						|
    "access": "public"
 | 
						|
  },
 | 
						|
  "license": "MIT",
 | 
						|
  "keywords": [
 | 
						|
    "excalidraw",
 | 
						|
    "excalidraw-math",
 | 
						|
    "math",
 | 
						|
    "vector",
 | 
						|
    "algebra",
 | 
						|
    "2d"
 | 
						|
  ],
 | 
						|
  "browserslist": {
 | 
						|
    "production": [
 | 
						|
      ">0.2%",
 | 
						|
      "not dead",
 | 
						|
      "not ie <= 11",
 | 
						|
      "not op_mini all",
 | 
						|
      "not safari < 12",
 | 
						|
      "not kaios <= 2.5",
 | 
						|
      "not edge < 79",
 | 
						|
      "not chrome < 70",
 | 
						|
      "not and_uc < 13",
 | 
						|
      "not samsung < 10"
 | 
						|
    ],
 | 
						|
    "development": [
 | 
						|
      "last 1 chrome version",
 | 
						|
      "last 1 firefox version",
 | 
						|
      "last 1 safari version"
 | 
						|
    ]
 | 
						|
  },
 | 
						|
  "bugs": "https://github.com/excalidraw/excalidraw/issues",
 | 
						|
  "repository": "https://github.com/excalidraw/excalidraw",
 | 
						|
  "scripts": {
 | 
						|
    "gen:types": "rm -rf types && tsc",
 | 
						|
    "build:esm": "rm -rf dist && node ../../scripts/buildBase.js && yarn gen:types"
 | 
						|
  }
 | 
						|
}
 |