UNPKG

boxedcat-dev

Version:

Complete collection of components and utilities created & used by Boxed Cat Development.

29 lines (28 loc) 668 B
{ "name": "boxedcat-dev", "version": "1.0.1", "description": "Complete collection of components and utilities created & used by Boxed Cat Development.", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "homepage": "https://www.boxedcat.co.uk/dev", "repository": { "url": "https://github.com/Boxed-Cat-Development/boxedcat-dev" }, "scripts": { "build": "tsup" }, "keywords": [ "boxedcat", "boxed cat", "boxedcatdev", "boxed cat development", "abcd" ], "author": "boxedcatdev", "license": "MIT", "devDependencies": { "tsup": "^8.3.5", "typescript": "^5.7.2" } }