UNPKG

1.1 kBJSONView Raw
1{
2 "name": "@platform/fs",
3 "version": "0.3.0",
4 "description": "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 "tdd": "yarn test --watch",
10 "lint": "sh node_modules/@platform/ts.libs/lint.sh $@",
11 "build": "sh node_modules/@platform/ts.libs/build.sh $@",
12 "prepare": "yarn build && yarn lint && yarn test"
13 },
14 "dependencies": {
15 "@types/fs-extra": "8.0.0",
16 "@types/js-yaml": "3.12.1",
17 "archiver": "3.1.1",
18 "dotenv": "8.1.0",
19 "extract-zip": "1.6.7",
20 "filesize": "4.1.2",
21 "fs-extra": "8.1.0",
22 "glob": "7.1.4",
23 "js-yaml": "3.13.1",
24 "minimatch": "3.0.4"
25 },
26 "devDependencies": {
27 "@platform/test": "0.0.61",
28 "@platform/ts.libs": "3.5.6",
29 "@types/archiver": "3.0.0",
30 "@types/dotenv": "6.1.1",
31 "@types/extract-zip": "1.6.2",
32 "@types/filesize": "4.1.0",
33 "@types/glob": "7.1.1"
34 },
35 "files": [
36 "lib",
37 "!lib/test",
38 "!*.TEST.{js, mjs, d.ts}"
39 ],
40 "repository": "uiharness/platform",
41 "license": "MIT"
42}