UNPKG

@gobstones/gobstones-core

Version:

A set of utility types, interfaces and classes that are used through all the Gobstones Platform repositories.

63 lines (62 loc) 1.73 kB
{ "name": "@gobstones/gobstones-core", "version": "0.6.0", "description": "A set of utility types, interfaces and classes that are used through all the Gobstones Platform repositories.", "repository": "https://github.com/gobstones/gobstones-core", "homepage": "https://gobstones.github.io/gobstones-core", "author": "Alan Rodas Bonjour <alanrodas@gmail.com>", "license": "AGPL-3.0", "keywords": ["Gobstones", "Library", "Core", "Utilities"], "main": "./dist/cjs/index.cjs", "module": "./dist/esm/index.mjs", "typings": "./dist/esm/typings/index.d.ts", "exports": { ".": { "import": { "types": "./dist/esm/typings/index.d.ts", "default": "./dist/esm/index.mjs" }, "require": { "types": "./dist/cjs/typings/index.d.ts", "default": "./dist/cjs/index.cjs" } }, "./cli": { "import": { "types": "./dist/esm/cli/typings/cli.d.ts", "default": "./dist/esm/cli/cli.mjs" }, "require": { "types": "./dist/cjs/cli/typings/cli.d.ts", "default": "./dist/cjs/cli/cli.cjs" } } }, "typesVersions": { "*": { "cli": ["./dist/esm/typings/cli.d.ts"], ".": ["./dist/esm/typings/index.d.ts"] } }, "packageManager": "npm@10.8.2", "scripts": { "prepare": "is-ci || husky", "prepack": "npm start build", "start": "gobstones-scripts run", "gbs": "gobstones-scripts" }, "config": { "gobstones-scripts": { "type": "Library", "manager": "npm" } }, "dependencies": { "@alanrodas/shapeof": "^0.1.0", "commander": "^12.1.0" }, "devDependencies": { "@gobstones/gobstones-scripts": "^0.9.3", "husky": "^9.1.4" } }