UNPKG

@acegoal07/json-editor

Version:
39 lines (38 loc) 1.25 kB
{ "name": "@acegoal07/json-editor", "version": "1.2.2", "description": "A simple json file editor", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/acegoal07/json-editor.git" }, "keywords": [ "acegoal07", "json", "json editor", "file editor" ], "author": "acegoal07", "license": "MIT", "bugs": { "url": "https://github.com/acegoal07/json-editor/issues" }, "homepage": "https://github.com/acegoal07/json-editor#readme", "dependencies": { "@acegoal07/file-tools": "^1.0.9", "find-value": "^1.0.12", "iterate-object": "^1.3.4", "r-json": "^1.2.10", "set-value": "^4.1.0", "w-json": "^1.3.10" }, "scripts": { "build": "npx -p typescript tsc src/index.js --declaration --allowJs --emitDeclarationOnly --outDir types && cls && npx tsc && cls && xcopy /s/y src dist && xcopy /y package.json dist && xcopy /y readme.md dist && xcopy /y lICENSE dist", "build+publish": "npm run build && cls && cd dist && cls && npm publish", "cleanOldBuilds": "npx rimraf dist && npx rimraf types" }, "publishConfig": { "access": "public" } }