This commit is contained in:
Benjamin Weggersen 2019-08-30 12:01:16 +02:00
Родитель 8ebe1cd83e
Коммит 491e7c6971
9 изменённых файлов: 44 добавлений и 44 удалений

Просмотреть файл

@ -1,23 +1,23 @@
{
"name": "backfill",
"version": "2.0.0",
"description": "Backfill CLI",
"license": "MIT",
"author": "Benjamin Weggersen <bewegger@microsoft.com>",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/backfill"
},
"license": "MIT",
"author": "Benjamin Weggersen <bewegger@microsoft.com>",
"version": "2.0.0",
"main": "lib/index.js",
"bin": {
"backfill": "./bin/backfill.js"
},
"scripts": {
"prepare": "yarn compile",
"build": "yarn compile",
"watch": "tsc -w",
"compile": "tsc",
"test": "jest"
"prepare": "yarn compile",
"test": "jest",
"watch": "tsc -w"
},
"dependencies": {
"@types/execa": "^0.9.0",

12
packages/cache/package.json поставляемый
Просмотреть файл

@ -1,20 +1,20 @@
{
"name": "backfill-cache",
"version": "2.0.0",
"description": "Backfill CLI",
"license": "MIT",
"author": "Benjamin Weggersen <bewegger@microsoft.com>",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/backfill"
},
"license": "MIT",
"author": "Benjamin Weggersen <bewegger@microsoft.com>",
"version": "2.0.0",
"main": "lib/index.js",
"scripts": {
"prepare": "yarn compile",
"build": "yarn compile",
"watch": "tsc -w",
"compile": "tsc",
"test": "jest"
"prepare": "yarn compile",
"test": "jest",
"watch": "tsc -w"
},
"dependencies": {
"@azure/storage-blob": "12.0.0-preview.2",

Просмотреть файл

@ -1,13 +1,13 @@
{
"private": true,
"name": "backfill-sample-dependency",
"license": "MIT",
"version": "1.0.0",
"main": "lib/index.js",
"license": "MIT",
"private": true,
"scripts": {
"prepare": "backfill -- yarn compile",
"build": "backfill -- yarn compile",
"compile": "tsc"
"compile": "tsc",
"prepare": "backfill -- yarn compile"
},
"devDependencies": {
"backfill": "*",

Просмотреть файл

@ -1,13 +1,13 @@
{
"private": true,
"name": "backfill-sample",
"license": "MIT",
"version": "1.0.0",
"main": "lib/index.js",
"license": "MIT",
"private": true,
"scripts": {
"prepare": "backfill -- yarn compile",
"build": "backfill -- yarn compile",
"compile": "tsc"
"compile": "tsc",
"prepare": "backfill -- yarn compile"
},
"dependencies": {
"backfill-sample-dependency": "*"

Просмотреть файл

@ -1,19 +1,19 @@
{
"name": "backfill-telemetry",
"version": "2.0.0",
"description": "Backfill Telemetry",
"license": "MIT",
"author": "Benjamin Weggersen <bewegger@microsoft.com>",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/backfill"
},
"license": "MIT",
"author": "Benjamin Weggersen <bewegger@microsoft.com>",
"version": "2.0.0",
"main": "lib/index.js",
"scripts": {
"prepare": "yarn compile",
"build": "yarn compile",
"watch": "tsc -w",
"compile": "tsc"
"compile": "tsc",
"prepare": "yarn compile",
"watch": "tsc -w"
},
"dependencies": {
"fs-extra": "^7.0.1",

Просмотреть файл

@ -1,19 +1,19 @@
{
"name": "backfill-utils-dotenv",
"version": "2.0.0",
"description": "Loads .env-variables into process.env",
"license": "MIT",
"author": "Benjamin Weggersen <bewegger@microsoft.com>",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/backfill"
},
"license": "MIT",
"author": "Benjamin Weggersen <bewegger@microsoft.com>",
"version": "2.0.0",
"main": "lib/index.js",
"scripts": {
"prepare": "yarn compile",
"build": "yarn compile",
"watch": "tsc -w",
"compile": "tsc"
"compile": "tsc",
"prepare": "yarn compile",
"watch": "tsc -w"
},
"dependencies": {
"dotenv": "^8.1.0",

Просмотреть файл

@ -5,10 +5,10 @@
"dependencies": {
"package-2": "*"
},
"devDependencies": {
"package-3": "*"
},
"peerDependencies": {
"package-4": "*"
},
"devDependencies": {
"package-3": "*"
}
}

Просмотреть файл

@ -1,19 +1,19 @@
{
"name": "backfill-utils-test",
"version": "2.0.0",
"description": "Shared testing infrastructure code for Backfill",
"license": "MIT",
"author": "Benjamin Weggersen <bewegger@microsoft.com>",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/backfill"
},
"license": "MIT",
"author": "Benjamin Weggersen <bewegger@microsoft.com>",
"version": "2.0.0",
"main": "lib/index.js",
"scripts": {
"prepare": "yarn compile",
"build": "yarn compile",
"watch": "tsc -w",
"compile": "tsc"
"compile": "tsc",
"prepare": "yarn compile",
"watch": "tsc -w"
},
"dependencies": {
"find-up": "^4.0.0",

Просмотреть файл

@ -1,12 +1,12 @@
{
"name": "backfill-utils-tsconfig",
"version": "2.0.0",
"description": "Shared tsconfig.json for Backfill",
"license": "MIT",
"author": "Benjamin Weggersen <bewegger@microsoft.com>",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/backfill"
},
"license": "MIT",
"author": "Benjamin Weggersen <bewegger@microsoft.com>",
"version": "2.0.0",
"main": "tsconfig.default.json"
}