Skip to content

Commit

Permalink
feat: up
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhongbin committed Jan 3, 2025
1 parent 68e04ae commit 6744da3
Showing 1 changed file with 26 additions and 37 deletions.
63 changes: 26 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,28 @@
{
"name": "emp-workspace",
"version": "1.0.0",
"description": "emp workspace",
"main": "index.js",
"type": "module",
"repository": "https://github.com/empjs/emp.git",
"author": "ken <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {},
"engines": {
"node": ">=20.0.0",
"pnpm": ">=8"
},
"devDependencies": {
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@empjs/biome-config": "^0.7.2",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"typescript": "^5.3.3"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"eslintConfig": {
"root": true,
"extends": [
"@empjs/eslint-config-react"
]
},
"eslintIgnore": [
"node_modules",
"dist"
]
"name": "emp-workspace",
"version": "1.0.0",
"description": "emp workspace",
"main": "index.js",
"type": "module",
"repository": "https://github.com/empjs/emp.git",
"author": "ken <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {},
"devDependencies": {
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@empjs/biome-config": "^0.7.2",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"typescript": "^5.3.3"
},
"commitlint": {
"extends": ["@commitlint/config-conventional"]
},
"eslintConfig": {
"root": true,
"extends": ["@empjs/eslint-config-react"]
},
"eslintIgnore": ["node_modules", "dist"]
}

0 comments on commit 6744da3

Please sign in to comment.