UNPKG

mock-json-package

Version:
38 lines (37 loc) 953 B
{ "name": "mock-json-package", "version": "1.0.0", "description": "Mock NPM Package", "main": "src/app.js", "type": "module", "scripts": { "start": "export NODE_OPTIONS=\"--experimental-json-modules\" && node src/app.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ShivaLaguna/mock-npm-package.git" }, "keywords": [ "MNP", "mock", "package" ], "author": "ShivaLaguna", "license": "ISC", "bugs": { "url": "https://github.com/ShivaLaguna/mock-npm-package/issues" }, "homepage": "https://github.com/ShivaLaguna/mock-npm-package#readme", "dependencies": { "dateformat": "^5.0.3", "fs": "^0.0.1-security", "lodash": "^4.17.21", "minimalist": "^1.0.0", "minimist": "^1.2.6", "path": "^0.12.7", "sort-package-json": "^1.57.0", "terminal-link": "^3.0.0", "untildify": "^4.0.0" } }