@laoban/filesops-node
Version:
File operations (interfaces are in utils). This mainly decouples from the actual version of the files software and makes file operations easy to test
46 lines • 1.21 kB
JSON
{
"name": "@laoban/filesops-node",
"description": "File operations (interfaces are in utils). This mainly decouples from the actual version of the files software and makes file operations easy to test",
"version": "1.4.58",
"main": "dist/index",
"types": "dist/index",
"browserslist": {
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"production": [
">0.2%",
"not dead",
"not op_mini all"
]
},
"dependencies": {
"node-fetch": "2.6.7",
"@runbook/node-fetch": "0.2.5",
"@laoban/utils": "1.4.58",
"@laoban/fileops": "1.4.58"
},
"devDependencies": {
"@types/node-fetch": "2.6.11",
"typescript": "^4.0.5",
"@types/node": "^14.14.7",
"@types/jest": "^26.0.15",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/user-event": "^12.2.0",
"jest": "^26.6.0",
"ts-jest": "^26.4.4"
},
"files": [
"dist/index.js",
"dist/index.d.ts",
"dist/src/"
],
"license": "MIT",
"repository": "git@github.com:phil-rice/laoban.git",
"scripts": {
"test": "jest --config jest.config.json",
"test:watch": "npm run test -- --watch"
}
}