@rae004/get-file-paths
Version:
A package to get all file paths in a given directory recursively.
56 lines (55 loc) • 1.6 kB
JSON
{
"name": "@rae004/get-file-paths",
"version": "0.1.8",
"description": "A package to get all file paths in a given directory recursively.",
"main": "main.js",
"scripts": {
"build": "rimraf ./build && yarn tsc",
"postbuild": "cp -r ./package.json ./README.md ./LICENSE ./node_modules ./build/",
"start": "yarn build && node build/index.js",
"start:dev": "yarn nodemon",
"test": "echo \"Warning: no test specified\" && exit 0",
"lint": "eslint \"src/**/*.ts\" --max-warnings=0",
"format": "eslint \"src/**/*.ts\" --fix",
"_postinstall": "husky install",
"prepack": "pinst --disable",
"postpack": "pinst --enable"
},
"engines": {
"node": ">=10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rae004/get-file-paths.git"
},
"keywords": [
"Files",
"Directories",
"Paths"
],
"author": "Robert Engel",
"license": "MIT",
"bugs": {
"url": "https://github.com/rae004/get-file-paths/issues"
},
"homepage": "https://github.com/rae004/get-file-paths#readme",
"publishConfig": {
"@rae004:registry": "https://registry.npmjs.org"
},
"dependencies": {},
"devDependencies": {
"@types/node": "^18.11.16",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.2",
"nodemon": "^2.0.20",
"pinst": "^3.0.0",
"prettier": "^2.8.1",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
}
}