UNPKG

1.12 kBJSONView Raw
1{
2 "name": "@platform/fs",
3 "version": "0.6.7",
4 "description": "POSIX style file-system tools.",
5 "main": "lib/index",
6 "types": "lib/index.d.ts",
7 "scripts": {
8 "test": "sh ../../node_modules/@platform/test/test.sh $@",
9 "lint": "sh ../../node_modules/@platform/ts.libs/lint.sh $@",
10 "build": "sh ../../node_modules/@platform/ts.libs/build.sh $@",
11 "prepare": "yarn build && yarn lint && yarn test"
12 },
13 "dependencies": {
14 "@platform/fs.types": "0.1.5",
15 "@platform/types": "0.5.15",
16 "@types/fs-extra": "9.0.7",
17 "@types/js-yaml": "4.0.0",
18 "archiver": "5.2.0",
19 "dotenv": "8.2.0",
20 "extract-zip": "2.0.1",
21 "filesize": "6.1.0",
22 "fs-extra": "9.1.0",
23 "glob": "7.1.6",
24 "js-yaml": "4.0.0",
25 "minimatch": "3.0.4"
26 },
27 "devDependencies": {
28 "@platform/test": "0.2.3",
29 "@platform/ts.libs": "4.1.3",
30 "@types/archiver": "5.1.0",
31 "@types/dotenv": "8.2.0",
32 "@types/extract-zip": "1.6.2",
33 "@types/filesize": "5.0.0",
34 "@types/glob": "7.1.3"
35 },
36 "files": [
37 "lib",
38 "!lib/test",
39 "!*.TEST.{js, mjs, d.ts}"
40 ],
41 "license": "MIT"
42}