UNPKG

@servant/servant-files

Version:

Servant files operations module.

44 lines 966 B
{ "name": "@servant/servant-files", "version": "1.0.14", "description": "Servant files operations module.", "main": "dist/servant-files.js", "types": "dist/src/index.d.ts", "files": [ "dist/**/*", "README.md", "LICENSE" ], "keywords": [ "servant", "build", "files", "pattern", "resolving" ], "author": "Stanislav Hacker", "repository": { "type": "git", "url": "https://gitlab.com/stanislavhacker/servant.git" }, "engines": { "node": ">=10.0.0", "npm": ">=6.0.0" }, "license": "GPL-3.0-or-later", "dependencies": { "glob": "^8.0.3", "minimatch": "^5.1.0" }, "bugs": { "url": "https://gitlab.com/stanislavhacker/servant/issues" }, "scripts": { "clean": "servant clean", "build": "servant clean build", "rebuild": "servant clean build --changed", "test": "servant tests", "retest": "servant tests --changed", "validate": "servant validate" } }