file-manipulator
Version:
## Easy File operations library
38 lines • 942 B
JSON
{
"name": "file-manipulator",
"version": "1.2.13",
"main": "index.js",
"source": "index.js",
"license": "MIT",
"dependencies": {
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.6",
"fs-extra": "^10.0.0",
"jest": "^27.3.1",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
},
"peerDependencies": {
"fs-extra": "^10.0.0"
},
"scripts": {
"dev:start": "ts-node index.ts",
"example": "node example.js",
"dev:nodemon": "nodemon index.ts",
"test": "cd lib && jest",
"build": "npx tsc && ts-node buildscript.ts",
"push": "git add . && git commit -m 'auto publish' && git push origin master;",
"publish:npm": "yarn build && ts-node updatevers.ts && npm publish --access=public && yarn push"
},
"keywords": [
"fs",
"node-js",
"file-manipulator",
"custom",
"cli",
"file-updater"
],
"types": "./lib/index.ts",
"homepage": "https://github.com/interhub/file-manipulator"
}