UNPKG

@test-runner/web

Version:
60 lines (59 loc) 1.29 kB
{ "name": "typical", "author": "Lloyd Brookes <75pound@gmail.com>", "version": "7.0.0", "description": "Isomorphic, functional type-checking for Javascript", "repository": "https://github.com/75lb/typical", "license": "MIT", "main": "./index.mjs", "exports": "./index.mjs", "keywords": [ "type", "checking", "check", "value", "valid", "is", "number", "object", "plainobject", "array", "like", "defined", "string", "boolean", "function", "promise", "iterable", "class", "primitive", "isstring", "isclass", "isiterable", "isdefined", "isobject", "isomorphic" ], "engines": { "node": ">=14" }, "scripts": { "test": "npm run test:cli && npm run test:web", "test:cli": "test-runner test/*.mjs", "test:web": "web-runner test/*.mjs", "docs": "jsdoc2md -c jsdoc.conf -t README.hbs index.mjs > README.md", "cover": "c8 npm test && c8 report --reporter=text-lcov | coveralls" }, "devDependencies": { "@test-runner/web": "^0.3.5", "c8": "^7.7.2", "coveralls": "^3.1.0", "isomorphic-assert": "^0.2.0", "jsdoc-to-markdown": "^7.0.1", "rollup": "^2.51.1", "test-object-model": "^0.7.1" }, "files": [ "index.mjs" ] }