UNPKG

@contentstack/datasync-asset-store-filesystem

Version:

Fillesystem asset store for DataSync libraries. Stores Contentstack asset-files in filesystem

60 lines (59 loc) 1.66 kB
{ "name": "@contentstack/datasync-asset-store-filesystem", "version": "2.3.0", "description": "Fillesystem asset store for DataSync libraries. Stores Contentstack asset-files in filesystem", "main": "./dist", "types": "./typings", "homepage": "https://www.contentstack.com/docs/guide/synchronization/contentstack-datasync", "directories": { "doc": "README.md", "example": "example", "lib": "src", "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", "pre-commit": "npx husky && chmod +x .husky/pre-commit" }, "repository": { "type": "git", "url": "https://github.com/contentstack/datasync-asset-store-filesystem" }, "bugs": { "url": "https://github.com/contentstack/datasync-asset-store-filesystem/issues", "email": "support@contentstack.com" }, "author": "Contentstack LLC <support@contentstack.com>", "license": "MIT", "dependencies": { "debug": "^4.3.4", "lodash": "^4.17.15", "rimraf": "^6.0.1", "undici": "^7.10.0" }, "devDependencies": { "@types/jest": "23.3.10", "@types/node": "10.12.2", "jest": "^29.0.3", "supertest": "3.3.0", "tslint": "5.18.0", "typescript": "^5.7.3" } }