@nexssp/file
Version:
File handling for Nexss Programmer
72 lines (71 loc) • 1.67 kB
JSON
{
"name": "@nexssp/file",
"description": "File handling for Nexss Programmer",
"version": "1.0.19",
"homepage": "https://nexss.com",
"main": "src/file.js",
"bin": {
"nexssp-file": "bin/nexssp-file.js"
},
"files": [
"src/**/*",
"bin/*",
"aliases.json"
],
"scripts": {
"test": "nexssp-test --debug",
"prepare2": "npm run nexss:build",
"nexss:build": "npx @nexssp/min@1.0.6",
"nexss:clean": ""
},
"author": {
"name": "Marcin Polak",
"email": "mapoart@gmail.com",
"url": "https://nexss.com"
},
"keywords": [
"programming",
"programmer",
"file",
"helper",
"nexss"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/nexssp/file.git"
},
"bugs": {
"url": "https://github.com/nexssp/file/issues",
"email": "mapoart@gmail.com"
},
"license": "MIT",
"funding": [
{
"type": "paypal",
"url": "https://www.paypal.com/paypalme/mapoart"
},
{
"type": "github",
"url": "https://github.com/nexssp/cli?sponsor=1"
}
],
"dependencies": {
"@nexssp/ansi": "^1.1.5",
"@nexssp/cache": "^2.0.2",
"@nexssp/config": "^1.0.9",
"@nexssp/data": "^1.0.8",
"@nexssp/ensure": "^1.1.22",
"@nexssp/extend": "^2.0.9",
"@nexssp/language": "^1.1.22",
"@nexssp/logdebug": "^1.0.20",
"@nexssp/plugin": "^1.0.9",
"fs-extra": "^10.0.1",
"fuzzy": "^0.1.3",
"inquirer": "^8.2.2",
"inquirer-autocomplete-prompt": "^1.4.0",
"minimist": "^1.2.6"
},
"devDependencies": {
"@nexssp/test": "^1.1.15"
}
}