{ "name": "wpp-checker", "version": "1.0.0", "description": "Generate the manifest file of the project, based on metadata contained in the pictures.", "main": "build-manifest.js", "scripts": { "dev-start": "", "start": "", "dev-test": "src/test_manifest_job/node_modules/mocha/bin/_mocha --require mocha-steps --colors src/test_manifest_job/wpp_checker.js", "test": "" }, "author": "Simon", "license": "ISC", "dependencies": { "ajv": "^8.5.0", "ajv-errors": "^3.0.0", "chai": "^4.3.4", "mocha": "^8.4.0", "mocha-steps": "^1.3.0", "node-iptc": "^1.0.5" } }