UNPKG

azion

Version:

Azion Packages for Edge Computing.

37 lines (36 loc) 934 B
{ "name": "@lib/wasm-image-processor", "version": "1.0.0", "description": "", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "scripts": { "compile": "vite build --config vite.config.mjs", "lint": "eslint .", "lint:fix": "eslint --fix .", "prettier": "prettier --write .", "prettier:check": "prettier --check .", "test": "jest --clearCache && jest -c jest.config.js .", "test:watch": "jest -c jest.config.js . --watch", "test:coverage": "jest --clearCache && jest -c jest.config.js . --coverage" }, "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.cjs", "import": "./dist/index.mjs" } }, "author": "aziontech", "license": "MIT", "files": [ "dist", "package.json" ], "devDependencies": { "@types/jest": "^29.5.12", "jest": "^29.7.0", "ts-jest": "^29.1.2" } }