@wrote/wrote
Version:
The Collection Of The Methods To Work With The Filesystem.
59 lines (58 loc) • 1.51 kB
JSON
{
"name": "@wrote/wrote",
"version": "1.2.3",
"description": "The Collection Of The Methods To Work With The Filesystem.",
"main": "build/index.js",
"module": "src/index.js",
"scripts": {
"t": "zoroaster -a",
"test": "yarn t test/spec test/mask",
"spec": "yarn t test/spec",
"mask": "yarn t test/mask",
"test-build": "ALAMODE_ENV=test-build yarn test",
"lint": "eslint .",
"doc": "NODE_DEBUG=doc doc documentary -o README.md",
"b": "alamode src -o build -s",
"d": "yarn-s d1",
"d1": "NODE_DEBUG=doc doc src/index.js -g",
"build": "yarn-s d b doc",
"rec": "NODE_DEBUG=appshot appshot -T 23 -a Terminal -y 150 -f",
"e": "alanode",
"example/": "yarn e example/example.js"
},
"files": [
"build",
"src"
],
"repository": {
"type": "git",
"url": "git://github.com/wrote/wrote.git"
},
"keywords": [
"wrote",
"write",
"read",
"fs"
],
"author": "Anton <anton@adc.sh>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wrote/wrote/issues"
},
"homepage": "https://github.com/wrote/wrote#readme",
"devDependencies": {
"alamode": "^1.9.3",
"documentary": "^1.23.4",
"eslint-config-artdeco": "1.0.1",
"yarn-s": "1.1.0",
"zoroaster": "^3.11.6"
},
"dependencies": {
"@wrote/ensure-path": "^1.0.6",
"@wrote/exists": "^1.0.3",
"@wrote/read": "^1.0.4",
"@wrote/read-dir-structure": "^1.2.0",
"@wrote/rm": "^1.1.3",
"@wrote/write": "^1.0.4"
}
}