UNPKG

@hazae41/phobos

Version:

Modern and minimalist testing library for the web

57 lines (56 loc) 1.29 kB
{ "type": "module", "name": "@hazae41/phobos", "version": "1.0.10", "description": "Modern and minimalist testing library for the web", "homepage": "https://github.com/hazae41/phobos", "repository": "github:hazae41/phobos", "author": "hazae41", "license": "MIT", "main": "./dist/cjs/index.cjs", "module": "./dist/esm/index.mjs", "types": "./dist/types/index.d.ts", "sideEffects": false, "files": [ "./dist/esm", "./dist/cjs", "./dist/types" ], "scripts": { "build": "rimraf dist && rollup -c", "test": "node ./dist/test/index.test.mjs", "prepare": "npm run build" }, "devDependencies": { "@rollup/plugin-typescript": "^11.0.0", "@types/node": "^18.11.18", "rimraf": "^4.1.0", "rollup": "^3.10.0", "rollup-plugin-dts": "^5.1.1", "rollup-plugin-node-externals": "^5.1.0", "typescript": "^4.9.4" }, "exports": { ".": { "types": "./dist/types/index.d.ts", "import": "./dist/esm/index.mjs", "require": "./dist/cjs/index.cjs" } }, "keywords": [ "phobos", "test", "testing", "unit-test", "unit-testing", "runner", "typescript", "fast", "minimalist", "esmodules", "parallel", "concurrent", "asynchronous", "browser" ] }