UNPKG

656 BJSONView Raw
1{
2 "name": "oly-fs",
3 "description": "oly-fs",
4 "version": "0.10.0",
5 "license": "MIT",
6 "main": "lib/index.js",
7 "browser": "lib/index.browser.js",
8 "types": "lib/index.d.ts",
9 "typings": "lib/index.d.ts",
10 "keywords": [
11 "oly",
12 "typescript",
13 "fs"
14 ],
15 "dependencies": {
16 "@types/fs-extra": "3.0.0",
17 "fs-extra": "3.0.1"
18 },
19 "devDependencies": {
20 "oly-core": "^0.10.0",
21 "oly-test": "^0.10.0"
22 },
23 "peerDependencies": {
24 "oly-core": "^0.10.0"
25 },
26 "scripts": {
27 "clean": "rimraf node_modules coverage lib",
28 "build": "tsc",
29 "test": "jest"
30 },
31 "jest": {
32 "preset": "../../jest-preset.json"
33 }
34}