{
    "name": "manyfest",
    "version": "1.0.49",
    "description": "JSON Object Manifest for Data Description and Parsing",
    "main": "source/Manyfest.js",
    "scripts": {
        "start": "node source/Manyfest.js",
        "docker-dev-build-image": "docker build ./ -f Dockerfile_LUXURYCode -t retold/manyfest:local",
        "docker-dev-run": "docker run -it -d --name manyfest-dev -p 30001:8080 -p 38086:8086 -v \"$PWD/.config:/home/coder/.config\"  -v \"$PWD:/home/coder/manyfest\" -u \"$(id -u):$(id -g)\" -e \"DOCKER_USER=$USER\" manyfest-image:local",
        "test": "./node_modules/.bin/mocha -u tdd -R spec",
        "tests": "./node_modules/mocha/bin/_mocha -u tdd -R spec --grep",
        "coverage": "./node_modules/.bin/nyc --reporter=lcov --reporter=text-lcov ./node_modules/mocha/bin/_mocha -- -u tdd -R spec",
        "build": "npx quack build",
        "build-compatible": "GULP_CUSTOM_BUILD_TARGET=compatible ./node_modules/.bin/gulp build",
        "docker-dev-build": "docker build ./ -f Dockerfile_LUXURYCode -t manyfest-image:local",
        "docker-dev-shell": "docker exec -it manyfest-dev /bin/bash",
        "types": "tsc -p ."
    },
    "types": "types/Manyfest.d.ts",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/stevenvelozo/manyfest.git"
    },
    "keywords": [
        "manifest",
        "data",
        "description",
        "json"
    ],
    "mocha": {
        "diff": true,
        "extension": [
            "js"
        ],
        "package": "./package.json",
        "reporter": "spec",
        "slow": "75",
        "timeout": "5000",
        "ui": "tdd",
        "watch-files": [
            "source/**/*.js",
            "test/**/*.js"
        ],
        "watch-ignore": [
            "lib/vendor"
        ]
    },
    "dependencies": {
        "fable-serviceproviderbase": "^3.0.19"
    },
    "devDependencies": {
        "quackage": "^1.0.59",
        "typescript": "^5.9.3"
    },
    "author": "steven velozo <steven@velozo.com>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/stevenvelozo/manyfest/issues"
    },
    "homepage": "https://github.com/stevenvelozo/manyfest#readme"
}
