UNPKG

1 kBJSONView Raw
1{
2 "author": "opensource@nativecode.com",
3 "description": "Provides a simple, Promise-based interface to the file system.",
4 "homepage": "https://github.com/nativecode-dev/nofrills/tree/master/packages/fs/#readme",
5 "license": "MIT",
6 "main": "./lib/index.js",
7 "name": "@nofrills/fs",
8 "private": false,
9 "types": "./lib/index.d.ts",
10 "version": "3.2.0",
11 "bugs": {
12 "url": "https://github.com/nativecode-dev/nofrills/issues"
13 },
14 "dependencies": {
15 "@nofrills/lincoln-debug": "^3.1.11",
16 "glob": "^7.1.2",
17 "mkdirp": "^0.5.1",
18 "node-fetch": "^2.2.0",
19 "rxjs": "^6.2.2"
20 },
21 "devDependencies": {
22 "@types/glob": "^5.0.35",
23 "@types/mkdirp": "^0.5.2"
24 },
25 "publishConfig": {
26 "access": "public"
27 },
28 "repository": {
29 "type": "git",
30 "url": "https://github.com/nativecode-dev/nofrills"
31 },
32 "scripts": {
33 "build": "tsc --project tsconfig.build.json",
34 "prebuild": "yarn run clean",
35 "clean": "rimraf .cache && rimraf docs && rimraf lib"
36 }
37}