@hint/utils-fs
Version:
utils for filesystem
64 lines (63 loc) • 1.79 kB
JSON
{
"ava": {
"failFast": false,
"files": [
"dist/tests/**/*.js",
"!dist/tests/**/fixtures/**/*.js"
],
"timeout": "1m",
"workerThreads": false
},
"dependencies": {
"jsonc-parser": "^3.0.0"
},
"description": "utils for filesystem",
"devDependencies": {
"ava": "^4.3.3",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-markdown": "^2.2.1",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"proxyquire": "^2.1.3",
"rimraf": "^5.0.0",
"sinon": "^13.0.1",
"typescript": "^4.5.5"
},
"files": [
"dist"
],
"homepage": "https://webhint.io/",
"keywords": [
"hint",
"hint-utils-fs",
"fs",
"utils",
"webhint"
],
"license": "Apache-2.0",
"main": "./dist/src/index.js",
"name": "@hint/utils-fs",
"repository": {
"directory": "packages/utils-fs",
"type": "git",
"url": "https://github.com/webhintio/hint.git"
},
"scripts": {
"build": "npm-run-all build:*",
"build-release": "npm run clean && npm run build:assets && tsc --inlineSourceMap false --removeComments true",
"build:assets": "copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist",
"build:ts": "tsc -b",
"clean": "rimraf dist",
"lint": "npm-run-all lint:*",
"lint:js": "eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore",
"lint:dependencies": "node ../../scripts/lint-dependencies.js",
"lint:md": "node ../../scripts/lint-markdown.js",
"test": "npm run lint && npm run build && npm run test-only",
"test-only": "nyc ava",
"test-release": "npm run lint && npm run build-release",
"watch": "npm run build && npm-run-all --parallel -c watch:*",
"watch:ts": "npm run build:ts -- --watch"
},
"version": "1.0.16"
}