@randy.tarampi/install-dependencies
Version:
Builds node modules to a spectified path 📦
64 lines (63 loc) • 1.39 kB
JSON
{
"name": "@randy.tarampi/install-dependencies",
"version": "0.1.6",
"description": "Builds node modules to a spectified path 📦",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"bin": {
"install-dependencies": "./dist/index.js"
},
"dependencies": {
"sade": "^1.7.4"
},
"keywords": [
"node_modules",
"build",
"environment",
"dist",
"installing",
"package-management",
"node-apps",
"node-services",
"services",
"monorepos",
"yarn",
"yarn-workspaces"
],
"publishConfig": {
"access": "public"
},
"author": "randytarampi <randytarampi@gmail.com>",
"homepage": "https://github.com/randytarampi/monorepo-utilities#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/randytarampi/monorepo-utilities.git"
},
"scripts": {
"build": "tsc",
"clean": "rimraf dist"
},
"bugs": {
"url": "https://github.com/randytarampi/monorepo-utilities/issues"
},
"jest": {
"name": "@randy.tarampi/install-dependencies",
"projects": [
"<rootDir>/packages/*"
],
"resetMocks": true,
"rootDir": "./",
"roots": [
"<rootDir>/src"
],
"testEnvironment": "node",
"transform": {
"^.+\\.(ts)$": "ts-jest"
}
},
"gitHead": "dc084956b00f09ec07822a6973561e17a4395d0b"
}