зеркало из https://github.com/microsoft/backfill.git
Standardize package.json
This commit is contained in:
Родитель
8ebe1cd83e
Коммит
491e7c6971
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче