UNPKG

@k14v/nlink

Version:

Modifies the global NodeJS module links to transpiled directory src -> lib

90 lines (89 loc) 1.85 kB
{ "name": "@k14v/nlink", "version": "2.0.3-beta", "description": "Modifies the global NodeJS module links to transpiled directory src -> lib", "bin": "cli.js", "scripts": { "test": "nyc --reporter=lcov ava --verbose", "build": "tsc", "prepublishOnly": "npm run build", "prepack": "npm run build" }, "husky": { "hooks": { "pre-push": "npm test" } }, "repository": { "type": "git", "url": "git+https://github.com/k14v/nlink.git" }, "keywords": [ "nlink", "link", "npm", "expose", "lib", "src", "babel", "typescript", "transpiled", "require", "files" ], "contributors": [ { "name": "kelvur", "email": "osorio10.92@gmail.com", "url": "https://github.com/kelvur" }, { "name": "rubeniskov", "email": "me@rubeniskov.com", "url": "https://github.com/rubeniskov" } ], "license": "MIT", "bugs": { "url": "https://github.com/k14v/nlink/issues" }, "homepage": "https://github.com/k14v/nlink#readme", "dependencies": { "debug": "^4.3.4", "find-up": "^4.1.0", "glob": "^7.1.6", "mkdirp": "^1.0.4", "npm-root": "^1.1.0", "read-tsconfig": "^1.0.1", "rimraf": "^3.0.2", "yargs": "^17.4.0" }, "devDependencies": { "@schemastore/package": "^0.0.6", "@tsconfig/node10": "^1.0.8", "@types/debug": "^4.1.7", "@types/node": "^17.0.23", "@types/yargs": "^17.0.10", "ava": "^4.1.0", "execa": "^5.1.1", "file-fixture": "^0.0.2", "husky": "^4.2.5", "nyc": "^15.1.0", "ts-node": "^10.7.0", "typescript": "^4.6.3" }, "engines": { "node": ">=10" }, "ava": { "files": [ "src/*.spec.ts" ], "extensions": [ "ts" ], "nodeArguments": [ "--loader=ts-node/esm" ] } }