chore: Lint package.json

This commit is contained in:
olivermrbl
2023-02-14 17:27:43 +01:00
parent 968eb8fc6b
commit da9fb4aaa8
11 changed files with 34 additions and 11 deletions
+3 -1
View File
@@ -11,7 +11,9 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"files": ["dist"], "files": [
"dist"
],
"author": "Medusa", "author": "Medusa",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
+4 -1
View File
@@ -14,7 +14,10 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"files": ["dist", "cli.js"], "files": [
"dist",
"cli.js"
],
"scripts": { "scripts": {
"test": "jest --passWithNoTests src", "test": "jest --passWithNoTests src",
"build": "babel src --out-dir dist/ --ignore '**/__tests__','**/__mocks__'", "build": "babel src --out-dir dist/ --ignore '**/__tests__','**/__mocks__'",
+3 -1
View File
@@ -14,7 +14,9 @@
"prepare": "cross-env NODE_ENV=production yarn run build", "prepare": "cross-env NODE_ENV=production yarn run build",
"watch": "tsc --watch" "watch": "tsc --watch"
}, },
"files": ["dist"], "files": [
"dist"
],
"author": "Sebastian Rindom", "author": "Sebastian Rindom",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
+3 -1
View File
@@ -6,7 +6,9 @@
"bin": { "bin": {
"medusa-dev": "./dist/index.js" "medusa-dev": "./dist/index.js"
}, },
"files": ["dist"], "files": [
"dist"
],
"dependencies": { "dependencies": {
"@babel/runtime": "^7.12.5", "@babel/runtime": "^7.12.5",
"chokidar": "^3.5.3", "chokidar": "^3.5.3",
+3 -1
View File
@@ -14,7 +14,9 @@
"build": "babel src --out-dir dist --ignore '**/__tests__','**/__mocks__'", "build": "babel src --out-dir dist --ignore '**/__tests__','**/__mocks__'",
"watch": "babel -w src --out-dir dist --ignore '**/__tests__','**/__mocks__'" "watch": "babel -w src --out-dir dist --ignore '**/__tests__','**/__mocks__'"
}, },
"files": ["dist"], "files": [
"dist"
],
"author": "Sebastian Rindom", "author": "Sebastian Rindom",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
+3 -1
View File
@@ -5,7 +5,9 @@
"main": "dist/index.js", "main": "dist/index.js",
"module": "dist/index.mjs", "module": "dist/index.mjs",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"files": ["dist"], "files": [
"dist"
],
"exports": { "exports": {
".": { ".": {
"import": "./dist/index.mjs", "import": "./dist/index.mjs",
+3 -1
View File
@@ -11,7 +11,9 @@
}, },
"./package.json": "./package.json" "./package.json": "./package.json"
}, },
"files": ["dist"], "files": [
"dist"
],
"engines": { "engines": {
"node": ">=10" "node": ">=10"
}, },
+3 -1
View File
@@ -11,7 +11,9 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"files": ["dist"], "files": [
"dist"
],
"author": "Sebastian Rindom", "author": "Sebastian Rindom",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
+3 -1
View File
@@ -14,7 +14,9 @@
"build": "babel src --out-dir dist/ --ignore '**/__tests__','**/__mocks__'", "build": "babel src --out-dir dist/ --ignore '**/__tests__','**/__mocks__'",
"watch": "babel -w src --out-dir dist/ --ignore '**/__tests__','**/__mocks__'" "watch": "babel -w src --out-dir dist/ --ignore '**/__tests__','**/__mocks__'"
}, },
"files": ["dist"], "files": [
"dist"
],
"author": "Sebastian Rindom", "author": "Sebastian Rindom",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
+3 -1
View File
@@ -12,7 +12,9 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"files": ["dist"], "files": [
"dist"
],
"author": "Sebastian Rindom", "author": "Sebastian Rindom",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
+3 -1
View File
@@ -11,7 +11,9 @@
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"files": ["dist"], "files": [
"dist"
],
"author": "Medusa", "author": "Medusa",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {