UNPKG

661 BJSONView Raw
1{
2 "name": "oly-fs",
3 "description": "Comfortably Numb",
4 "version": "0.8.10",
5 "license": "MIT",
6 "main": "lib/index.js",
7 "browser": "lib/index.browser.js",
8 "typings": "lib/index.d.ts",
9 "keywords": [
10 "oly",
11 "typescript",
12 "fs"
13 ],
14 "dependencies": {
15 "@types/fs-extra": "2.0.0",
16 "@types/mz": "0.0.31",
17 "fs-promise": "2.0.2"
18 },
19 "devDependencies": {
20 "oly-core": "^0.8.10",
21 "tslib": "1.6.1"
22 },
23 "peerDependencies": {
24 "oly-core": "^0.8.10"
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}