UNPKG

771 BJSONView Raw
1{
2 "name": "@platform/fs",
3 "version": "0.0.46",
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": "5.0.5",
16 "@types/js-yaml": "3.12.1",
17 "fast-glob": "2.2.6",
18 "fs-extra": "7.0.1",
19 "js-yaml": "3.13.1"
20 },
21 "devDependencies": {
22 "@platform/test": "0.0.39",
23 "@platform/ts.libs": "3.4.2"
24 },
25 "files": [
26 "lib"
27 ],
28 "repository": "uiharness/platform",
29 "license": "MIT"
30}