UNPKG

@contentstack/datasync-content-store-filesystem

Version:
62 lines (61 loc) 1.71 kB
{ "name": "@contentstack/datasync-content-store-filesystem", "version": "2.1.7", "description": "Datasync content store library - saves data in filesystem", "main": "./dist", "types": "./typings", "homepage": "https://www.contentstack.com/docs/guide/synchronization/contentstack-datasync", "directories": { "lib": "lib", "test": "test" }, "keywords": [ "contentstack", "utility", "datasync" ], "files": [ "/dist", "/typings", "/npm-shrinkwrap.json" ], "scripts": { "clean": "rimraf dist coverage", "build-ts": "npm run clean && tsc", "watch-ts": "npm run clean && tsc -w", "test": "jest --coverage", "tslint": "npx tslint -c tslint.json 'src/**/*.ts' --fix", "compile": "tsc", "prepare": "npm run compile", "pretest": "npm run build-ts && rimraf _contents coverage", "husky-check": "npx husky && chmod +x .husky/pre-commit" }, "repository": { "type": "git", "url": "https://github.com/contentstack/datasync-content-store-filesystem" }, "bugs": { "url": "https://github.com/contentstack/datasync-content-store-filesystem/issues", "email": "support@contentstack.com" }, "author": "Contentstack LLC <support@contentstack.com>", "license": "MIT", "dependencies": { "debug": "^4.4.1", "lodash": "^4.17.21", "mkdirp": "^3.0.1", "rimraf": "^6.0.1", "write-file-atomic": "^6.0.0" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^10.17.60", "@types/rimraf": "^4.0.5", "@types/write-file-atomic": "^4.0.3", "husky": "^9.1.7", "jest": "^29.7.0", "ts-jest": "^29.3.4", "tslint": "5.20.1", "typescript": "^4.9.5" } }