Spaces:
Sleeping
Sleeping
| { | |
| "name": "@excalidraw/laser-pointer", | |
| "version": "1.3.1", | |
| "description": "Generate outline for laser pointer tool", | |
| "type": "module", | |
| "types": "./dist/types/laser-pointer/src/index.d.ts", | |
| "main": "./dist/prod/index.js", | |
| "module": "./dist/prod/index.js", | |
| "exports": { | |
| ".": { | |
| "types": "./dist/types/laser-pointer/src/index.d.ts", | |
| "development": "./dist/dev/index.js", | |
| "production": "./dist/prod/index.js", | |
| "default": "./dist/prod/index.js" | |
| } | |
| }, | |
| "files": [ | |
| "dist/*" | |
| ], | |
| "keywords": [ | |
| "excalidraw", | |
| "laserpointer" | |
| ], | |
| "bugs": "https://github.com/excalidraw/excalidraw/issues", | |
| "repository": "https://github.com/excalidraw/excalidraw", | |
| "license": "MIT", | |
| "publishConfig": { | |
| "access": "public" | |
| }, | |
| "scripts": { | |
| "gen:types": "rimraf types && tsc", | |
| "build:esm": "rimraf dist && node ../../scripts/buildBase.js && yarn gen:types" | |
| } | |
| } | |