UNPKG

azion

Version:

Azion Packages for Edge Computing.

30 lines (29 loc) 731 B
{ "name": "@lib/purge", "version": "1.0.0", "description": "", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "scripts": { "compile": "tsup --config ../../tsup.config.json", "lint": "eslint .", "lint:fix": "eslint --fix .", "prettier": "prettier --write .", "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": { ".": { "require": "./dist/index.js", "import": "./dist/index.mjs" } }, "author": "aziontech", "license": "MIT", "files": [ "dist", "package.json" ] }