UNPKG

709 BJSONView Raw
1{
2 "name": "oly-fs",
3 "description": "Comfortably Numb",
4 "version": "0.8.11",
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.11"
21 },
22 "peerDependencies": {
23 "oly-core": "^0.8.11"
24 },
25 "scripts": {
26 "clean": "rimraf node_modules coverage lib",
27 "build": "tsc",
28 "test": "jest"
29 },
30 "jest": {
31 "preset": "../../jest-preset.json",
32 "setupTestFrameworkScriptFile": "<rootDir>/../oly-core/polyfill"
33 }
34}