UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

31 lines 697 B
{ "name": "@zkochan/rimraf", "version": "2.1.3", "description": "rm -rf for Node. Similar to rimraf but returns a promise", "main": "index.js", "typings": "index.d.ts", "files": [ "index.js", "index.d.ts" ], "engines": { "node": ">=12.10" }, "repository": "https://github.com/zkochan/packages/tree/main/rimraf", "author": { "name": "Zoltan Kochan", "email": "z@kochan.io", "url": "https://www.kochan.io" }, "license": "MIT", "homepage": "https://github.com/zkochan/packages/tree/main/rimraf#readme", "devDependencies": { "standard": "^16.0.4" }, "dependencies": { "rimraf": "^3.0.2" }, "scripts": { "test": "standard" } }