1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "assert-options",
- "version": "0.8.2",
- "description": "Generic options parameter handling.",
- "main": "dist/src/index.js",
- "types": "dist/src/index.d.ts",
- "scripts": {
- "test": "mocha --timeout 10000 --import=tsx test/**/*.spec.ts --exit"
- },
- "files": [
- "dist/src",
- "dist/index.js"
- ],
- "homepage": "https://github.com/vitaly-t/assert-options",
- "repository": {
- "type": "git",
- "url": "https://github.com/vitaly-t/assert-options.git"
- },
- "bugs": {
- "url": "https://github.com/vitaly-t/assert-options/issues",
- "email": "vitaly.tomilov@gmail.com"
- },
- "keywords": [
- "assert",
- "options"
- ],
- "author": {
- "name": "Vitaly Tomilov",
- "email": "vitaly.tomilov@gmail.com"
- },
- "license": "MIT",
- "engines": {
- "node": ">=10.0.0"
- },
- "devDependencies": {
- "@types/chai": "5.0.0",
- "@types/mocha": "10.0.9",
- "@types/node": "22.7.5",
- "chai": "5.1.1",
- "mocha": "10.7.3",
- "tsx": "4.19.1",
- "typescript": "5.6.3"
- }
- }
|