UNPKG

1.36 kBJSONView Raw
1{
2 "name": "@ionic/utils-fs",
3 "version": "3.0.0",
4 "description": "Filesystem utils for Node",
5 "main": "dist/index.js",
6 "types": "dist/index.d.ts",
7 "homepage": "https://ionicframework.com/",
8 "author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
9 "license": "MIT",
10 "engines": {
11 "node": ">=10.3.0"
12 },
13 "files": [
14 "dist/",
15 "LICENSE",
16 "README.md"
17 ],
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/ionic-team/ionic-cli.git"
21 },
22 "bugs": {
23 "url": "https://github.com/ionic-team/ionic-cli/issues"
24 },
25 "scripts": {
26 "clean": "rimraf dist",
27 "lint": "tslint --project tsconfig.json",
28 "build": "npm run clean && tsc",
29 "watch": "tsc -w --preserveWatchOutput",
30 "test": "jest --maxWorkers=4",
31 "prepublishOnly": "npm run build"
32 },
33 "dependencies": {
34 "debug": "^4.0.0",
35 "fs-extra": "^8.0.1",
36 "through2": "^3.0.0",
37 "tslib": "^1.9.0"
38 },
39 "devDependencies": {
40 "@types/debug": "^4.1.1",
41 "@types/fs-extra": "^8.0.0",
42 "@types/jest": "^24.0.3",
43 "@types/node": "~10.17.13",
44 "@types/through2": "^2.0.33",
45 "jest": "^25.1.0",
46 "jest-cli": "^24.1.0",
47 "lint-staged": "^10.0.2",
48 "rimraf": "^3.0.0",
49 "ts-jest": "^25.0.0",
50 "tslint": "^5.9.1",
51 "typescript": "~3.7.3"
52 },
53 "gitHead": "4aba37d59d98f108663348fe7eead12c6d19d6ec"
54}