UNPKG

@magic/types

Version:
67 lines (66 loc) 1.56 kB
{ "name": "@magic/types", "version": "0.1.31", "author": "Wizards & Witches", "homepage": "https://github.com/magic/types", "license": "AGPL-3.0", "description": "typechecking library", "main": "src/index.js", "types": "./types/index.d.ts", "type": "module", "scripts": { "start": "t", "build": "tsc && npm run format", "prepublishOnly": "npm run test && npm run build", "build:docs": "NODE_ENV=production magic build", "prod": "NODE_ENV=production magic build serve", "clean": "magic clean", "serve": "magic serve", "dev": "magic dev", "test": "t", "format": "f -w --exclude docs", "format:check": "f --exclude docs", "calls": "calls", "lint": "tsc --noEmit" }, "engines": { "node": ">=18" }, "engineStrict": true, "repository": { "type": "git", "url": "git+https://github.com/magic/types.git" }, "bugs": { "url": "https://github.com/magic/types/issues" }, "files": [ "src", "types" ], "devDependencies": { "@magic-modules/git-badges": "0.0.12", "@magic-modules/light-switch": "0.0.12", "@magic-modules/no-spy": "0.0.9", "@magic-modules/pre": "0.0.12", "@magic-themes/docs": "0.0.15", "@magic/core": "0.0.156", "@magic/format": "0.0.68", "@magic/test": "0.2.25", "typescript": "5.9.3" }, "keywords": [ "magic", "types", "typechecking" ], "contributors": [ { "name": "jascha ehrenreich", "github": "jaeh" } ], "dependencies": { "@types/node": "24.9.2" } }