UNPKG

@magic/test

Version:

simple yet powerful unit testing library

74 lines (73 loc) 1.87 kB
{ "name": "@magic/test", "version": "0.2.30", "author": "Wizards & Witches", "description": "simple yet powerful unit testing library", "license": "AGPL-3.0", "homepage": "https://magic.github.io/test", "main": "src/index.js", "module": "src/index.js", "types": "types/index.d.ts", "type": "module", "bin": { "t": "src/bin/t.js", "magic-test": "src/bin/t.js" }, "scripts": { "start": "node src/bin/t.js -p", "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": "node src/bin/t.js", "test:ci": "node src/bin/t.js -p", "coverage": "node src/bin/t.js", "format": "f -w --exclude docs", "format:check": "f --exclude docs", "lint": "tsc --noEmit" }, "engines": { "node": ">=14.15.4" }, "engineStrict": true, "files": [ "src", "types" ], "repository": { "type": "git", "url": "git+https://github.com/magic/test.git" }, "bugs": { "url": "https://github.com/magic/test/issues" }, "dependencies": { "@magic/cli": "0.0.53", "@magic/deep": "0.1.20", "@magic/error": "0.0.21", "@magic/fs": "0.0.37", "@magic/log": "0.1.21", "@magic/types": "0.1.32", "c8": "11.0.0" }, "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.72", "@types/node": "25.5.0", "typescript": "5.9.3" }, "contributors": [ { "name": "jascha ehrenreich", "github": "jaeh" } ] }