{ "name": "@nextcloud/files", "version": "2.1.0", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "babel ./lib --out-dir dist --extensions '.ts,.tsx' --source-maps && tsc --emitDeclarationOnly", "build:doc": "typedoc --out dist/doc lib && touch dist/doc/.nojekyll", "check-types": "tsc", "dev": "babel ./lib --out-dir dist --extensions '.ts,.tsx' --watch", "test": "jest", "test:watch": "jest --watchAll" }, "keywords": [ "nextcloud" ], "author": "Christoph Wurst", "license": "GPL-3.0-or-later", "dependencies": { "@nextcloud/l10n": "^1.3.0", "core-js": "^3.6.4" }, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.8.7", "@babel/preset-env": "^7.8.7", "@babel/preset-typescript": "^7.8.3", "@nextcloud/browserslist-config": "^2.0.0", "babel-jest": "^27.0.2", "babel-plugin-transform-class-properties": "^6.24.1", "jest": "^27.0.4", "typedoc": "^0.22.4", "typescript": "^4.0" }, "browserslist": [ "extends @nextcloud/browserslist-config" ] }