UNPKG

545 BJSONView Raw
1{
2 "name": "oly-fs",
3 "description": "oly-fs",
4 "version": "0.6.5",
5 "license": "MIT",
6 "main": "lib/index.js",
7 "typings": "lib/index.d.ts",
8 "dependencies": {
9 "@types/fs-promise": "^1.0.1",
10 "fs-promise": "^1.0.0",
11 "oly-core": "^0.6.5"
12 },
13 "devDependencies": {
14 "oly-test": "^0.6.5"
15 },
16 "scripts": {
17 "clean": "oly-clean",
18 "build": "oly-build",
19 "test": "oly-test",
20 "coverage": "oly-coverage"
21 },
22 "nyc": {
23 "exclude": [
24 "lib",
25 "test"
26 ],
27 "extension": [
28 ".ts"
29 ]
30 }
31}