UNPKG

@ts.adligo.org/slink

Version:

This is a simple Type Script Application that will create symbolic links from webpack config files with links created by webpack-link inside of your source folder, which improves speed of changing upstream Javascript or Typescript in a multiple project sy

52 lines (51 loc) 1.57 kB
{ "author": "Adligo Inc / Scott Morgan", "bin": { "slink": "./dist/slink.mjs" }, "bugs": { "url": "https://github.com/adligo/slink.ts.adligo.org/issues" }, "description": "This is a simple Type Script Application that will create symbolic links from webpack config files with links created by webpack-link inside of your source folder, which improves speed of changing upstream Javascript or Typescript in a multiple project system.", "dependencies": { "npm": "^11.4.0" }, "bundleDependencies": [ "npm" ], "devDependencies": { "@types/node": "^22.15.21", "child_process": "^1.0.2", "typescript": "^5.0.4" }, "homepage": "https://github.com/adligo/slink.ts.adligo.org#readme", "keywords": [ "symbolic", "link", "linking", "shared", "modules" ], "license": "Apache-2.0", "name": "@ts.adligo.org/slink", "main": "src/slink.mts", "repository": { "type": "git", "url": "git+https://github.com/adligo/slink.ts.adligo.org.git" }, "scripts": { "build": "node build.cjs --install-local", "test": "echo see https://github.com/adligo/slink_tests.ts.adligo.org", "tsc": "tsc" }, "sharedNodeModuleProjectSLinkEnvVar": [ "SLINK_NODE_MODULE_SLINK" ], "sharedNodeModuleProjectSLinks": [ "slink_group_deps.ts.adligo.org", "fab_group_deps.ts.adligo.org" ], "type": "commonjs", "package.json.version": "Search for package.json.version in slink.ts and sync the version string!", "version": "1.5.8" }