UNPKG

1.04 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/core/fs",
5 "license": "MIT",
6 "main": "./lib/index.js",
7 "name": "@nofrills/fs",
8 "private": false,
9 "types": "./lib/index.d.ts",
10 "version": "3.7.3",
11 "bugs": {
12 "url": "https://github.com/nativecode-dev/nofrills/issues"
13 },
14 "dependencies": {
15 "@nofrills/lincoln-debug": "^3.6.10",
16 "glob": "^7.1.2",
17 "mkdirp": "^0.5.1",
18 "rxjs": "^6.3.3"
19 },
20 "devDependencies": {
21 "@types/glob": "^7.1.1",
22 "@types/mkdirp": "^0.5.2",
23 "@types/node": "^12.0.10",
24 "npm-check-updates": "^3.1.10"
25 },
26 "publishConfig": {
27 "access": "public"
28 },
29 "repository": {
30 "type": "git",
31 "url": "https://github.com/nativecode-dev/nofrills"
32 },
33 "scripts": {
34 "build": "cli-tasks build",
35 "clean": "cli-tasks clean",
36 "upgrade": "cli-tasks upgrade"
37 },
38 "gitHead": "5895498c7d7a6687b79b9f4239137ccbea6ca6bc"
39}