UNPKG

@types/shelljs

Version:
70 lines 2.13 kB
{ "name": "@types/shelljs", "version": "0.10.0", "description": "TypeScript definitions for shelljs", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/shelljs", "license": "MIT", "contributors": [ { "name": "Niklas Mollenhauer", "githubUsername": "nikeee", "url": "https://github.com/nikeee" }, { "name": "Vojtech Jasny", "githubUsername": "voy", "url": "https://github.com/voy" }, { "name": "George Kalpakas", "githubUsername": "gkalpak", "url": "https://github.com/gkalpak" }, { "name": "Paul Huynh", "githubUsername": "pheromonez", "url": "https://github.com/pheromonez" }, { "name": "Alexander Futász", "githubUsername": "aldafu", "url": "https://github.com/aldafu" }, { "name": "ExE Boss", "githubUsername": "ExE-Boss", "url": "https://github.com/ExE-Boss" }, { "name": "Mirco Sanguineti", "githubUsername": "msanguineti", "url": "https://github.com/msanguineti" } ], "main": "", "types": "index.d.ts", "exports": { ".": "./index.d.ts", "./global": "./global.d.ts", "./global.js": "./global.d.ts", "./make": "./make.d.ts", "./make.js": "./make.d.ts", "./package": "./package.json", "./package.json": "./package.json", "./plugin": "./plugin.d.ts", "./plugin.js": "./plugin.d.ts" }, "repository": { "type": "git", "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", "directory": "types/shelljs" }, "scripts": {}, "dependencies": { "fast-glob": "^3.3.2", "@types/node": "*" }, "peerDependencies": {}, "typesPublisherContentHash": "fd45e47d97b96232cef9353b89f5b92c6d9947fbf247d943896835eab6b79435", "typeScriptVersion": "5.2" }