{ | |
"name": "symlink-or-copy", | |
"description": "Symlink files or directories, falling back to copying on Windows", | |
"version": "1.3.1", | |
"author": "Jo Liss <[email protected]>", | |
"main": "index.js", | |
"license": "MIT", | |
"repository": { | |
"type": "git", | |
"url": "https://github.com/broccolijs/node-symlink-or-copy" | |
}, | |
"files": [ | |
"index.js" | |
], | |
"scripts": { | |
"test": "mocha tests/", | |
"test:debug": "mocha debug tests" | |
}, | |
"devDependencies": { | |
"mocha": "^6.2.2", | |
"rimraf": "^3.0.0" | |
} | |
} | |