-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
30cabd5
commit d7f0036
Showing
10 changed files
with
96 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"$schema": "node_modules/lerna/schemas/lerna-schema.json", | ||
"npmClient": "pnpm", | ||
"version": "0.0.0" | ||
"$schema": "node_modules/lerna/schemas/lerna-schema.json", | ||
"npmClient": "pnpm", | ||
"version": "0.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
{ | ||
"private": "true", | ||
"workspaces": [ | ||
"packages/*" | ||
], | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"build": "lerna run build", | ||
"check": "prettier . --check && lerna run lint,test", | ||
"lint": "prettier . --check && lerna run lint", | ||
"lint:fix": "prettier . --write && lerna run lint:fix", | ||
"test": "lerna run test" | ||
}, | ||
"devDependencies": { | ||
"lerna": "^7.1.4", | ||
"prettier": "^3.0.0" | ||
}, | ||
"pnpm": { | ||
"patchedDependencies": { | ||
"[email protected]": "patches/[email protected]" | ||
}, | ||
"overrides": { | ||
"has": "npm:@nolyfill/has@latest" | ||
} | ||
} | ||
"private": "true", | ||
"workspaces": [ | ||
"packages/*" | ||
], | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"build": "lerna run build", | ||
"check": "prettier . --check && lerna run lint,test", | ||
"lint": "prettier . --check && lerna run lint", | ||
"lint:fix": "prettier . --write && lerna run lint:fix", | ||
"test": "lerna run test" | ||
}, | ||
"devDependencies": { | ||
"lerna": "^7.1.4", | ||
"prettier": "^3.0.0" | ||
}, | ||
"pnpm": { | ||
"patchedDependencies": { | ||
"[email protected]": "patches/[email protected]" | ||
}, | ||
"overrides": { | ||
"has": "npm:@nolyfill/has@latest" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
{ | ||
"name": "ends-with-miao", | ||
"version": "1.0.0", | ||
"description": "", | ||
"author": "pinkchampagne", | ||
"license": "AGPL-3.0", | ||
"private": true, | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
"build": "rimraf dist && tsc -p ./tsconfig.json", | ||
"test": "jest", | ||
"test:watch": "jest --watchAll" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.21.4", | ||
"@babel/preset-env": "^7.21.4", | ||
"@babel/preset-typescript": "^7.21.4", | ||
"@types/jest": "^29.5.1", | ||
"babel-jest": "^29.5.0", | ||
"eslint-config-ewm": "workspace:*", | ||
"jest": "^29.5.0", | ||
"rimraf": "^5.0.1", | ||
"typescript": "^5.0.4", | ||
"tsconfig": "workspace:*" | ||
} | ||
"name": "ends-with-miao", | ||
"version": "1.0.0", | ||
"description": "", | ||
"author": "pinkchampagne", | ||
"license": "AGPL-3.0", | ||
"private": true, | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
"build": "rimraf dist && tsc -p ./tsconfig.json", | ||
"test": "jest", | ||
"test:watch": "jest --watchAll" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.21.4", | ||
"@babel/preset-env": "^7.21.4", | ||
"@babel/preset-typescript": "^7.21.4", | ||
"@types/jest": "^29.5.1", | ||
"babel-jest": "^29.5.0", | ||
"eslint-config-ewm": "workspace:*", | ||
"jest": "^29.5.0", | ||
"rimraf": "^5.0.1", | ||
"typescript": "^5.0.4", | ||
"tsconfig": "workspace:*" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"extends": "tsconfig", | ||
"include": ["src"], | ||
"compilerOptions": { | ||
"declarationMap": true, | ||
"outDir": "dist", | ||
"types": ["@types/jest"] | ||
} | ||
"extends": "tsconfig", | ||
"include": ["src"], | ||
"compilerOptions": { | ||
"declarationMap": true, | ||
"outDir": "dist", | ||
"types": ["@types/jest"] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"name": "prettier-config", | ||
"version": "1.0.1", | ||
"main": "index.cjs", | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"prettier": ">= 3" | ||
} | ||
"name": "prettier-config", | ||
"version": "1.0.1", | ||
"main": "index.cjs", | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"prettier": ">= 3" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"name": "tsconfig", | ||
"version": "1.0.0", | ||
"description": "", | ||
"author": "pinkchampagne", | ||
"license": "MIT", | ||
"private": true, | ||
"main": "tsconfig.json", | ||
"files": [ | ||
"tsconfig.json" | ||
], | ||
"peerDependencies": { | ||
"typescript": ">=5" | ||
} | ||
"name": "tsconfig", | ||
"version": "1.0.0", | ||
"description": "", | ||
"author": "pinkchampagne", | ||
"license": "MIT", | ||
"private": true, | ||
"main": "tsconfig.json", | ||
"files": [ | ||
"tsconfig.json" | ||
], | ||
"peerDependencies": { | ||
"typescript": ">=5" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"compilerOptions": { | ||
"allowSyntheticDefaultImports": true, | ||
"allowUmdGlobalAccess": true, | ||
"declaration": true, | ||
"esModuleInterop": true, | ||
"module": "ESNext", | ||
"moduleResolution": "node", | ||
"noFallthroughCasesInSwitch": true, | ||
"noImplicitOverride": true, | ||
"resolveJsonModule": true, | ||
"strict": true, | ||
"target": "ESNext" | ||
} | ||
"compilerOptions": { | ||
"allowSyntheticDefaultImports": true, | ||
"allowUmdGlobalAccess": true, | ||
"declaration": true, | ||
"esModuleInterop": true, | ||
"module": "ESNext", | ||
"moduleResolution": "node", | ||
"noFallthroughCasesInSwitch": true, | ||
"noImplicitOverride": true, | ||
"resolveJsonModule": true, | ||
"strict": true, | ||
"target": "ESNext" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters