UNPKG

@wareme/utils

Version:

Utils for Dark applications

25 lines 642 B
{ "name": "@wareme/utils", "description": "Utils for Dark applications", "version": "3.12.1", "keywords": [ "utils", "Dark" ], "author": "Einar Hjortdal", "repository": "https://github.com/einar-hjortdal/wareme", "license": "NCSA", "main": "dist/index.js", "scripts": { "test": "bun test", "clean": "rm -rf ./dist", "build": "bun run clean && bun build ./src/index.js --outdir ./dist --minify --sourcemap=external --external @dark-engine/core", "dev": "bun run build --watch" }, "devDependencies": { "standard": "^17.1.0" }, "peerDependencies": { "@dark-engine/core": "^1.5.1" } }