Changes to esbuild and adds initial creation of creaps
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
"version": "3.0.0",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"build": "tsc --project tsconfig.json",
|
||||
"push:main": "npm run build && screeps-api --server main upload dist/*",
|
||||
"push:sim": "npm run build && screeps-api --server main upload --branch sim dist/*",
|
||||
"build": "node esbuild.config.mjs",
|
||||
"push:main": "npm run build && screeps-api --server main upload dist/*.js dist/**/*.js",
|
||||
"push:sim": "npm run build && screeps-api --server main upload --branch sim dist/*.js dist/**/*.js",
|
||||
"format": "prettier --config .prettierrc 'src/**/*.ts' --write && eslint --fix src/"
|
||||
},
|
||||
"repository": {
|
||||
@@ -34,6 +34,7 @@
|
||||
"@typescript-eslint/parser": "^8.35.1",
|
||||
"@typescript-eslint/typescript-estree": "^8.35.1",
|
||||
"chai": "^5.2.0",
|
||||
"esbuild": "^0.25.5",
|
||||
"eslint": "^9.30.1",
|
||||
"eslint-config-prettier": "^10.1.5",
|
||||
"eslint-import-resolver-typescript": "^4.4.4",
|
||||
|
||||
Reference in New Issue
Block a user