UNPKG

@cpany/utils

Version:
28 lines 511 B
{ "name": "@cpany/utils", "version": "0.1.35", "description": "CPany utils package", "keywords": [ "CPany", "utils" ], "repository": { "type": "git", "url": "https://github.com/cpanyjs/CPany" }, "license": "MIT", "author": "XLor", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist", "src" ], "engines": { "node": ">=12.0.0" }, "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts" } }