1234567891011121314151617181920212223242526272829 |
- {
- "name": "read-cmd-shim",
- "version": "2.0.0",
- "description": "Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.",
- "main": "index.js",
- "devDependencies": {
- "cmd-shim": "^4.0.0",
- "rimraf": "^3.0.0",
- "tap": "^14.10.6"
- },
- "scripts": {
- "preversion": "npm t",
- "postversion": "npm publish",
- "prepublishOnly": "git push --follow-tags",
- "test": "tap"
- },
- "tap": {
- "check-coverage": true
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/npm/read-cmd-shim.git"
- },
- "license": "ISC",
- "homepage": "https://github.com/npm/read-cmd-shim#readme",
- "files": [
- "index.js"
- ]
- }
|