chore: init monorepo
This commit is contained in:
30
package.json
Normal file
30
package.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "helios-evcs",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "Helios EV Charging Station Management System",
|
||||
"scripts": {
|
||||
"dev:csms": "pnpm --filter csms dev",
|
||||
"build:csms": "pnpm --filter csms build",
|
||||
"start:csms": "pnpm --filter csms start",
|
||||
"dev:web": "pnpm --filter helios-web dev",
|
||||
"build:web": "pnpm --filter helios-web build",
|
||||
"start:web": "pnpm --filter helios-web start",
|
||||
"dev": "run-p dev:csms dev:web",
|
||||
"build": "run-p build:csms build:web"
|
||||
},
|
||||
"keywords": [
|
||||
"ev",
|
||||
"evcs",
|
||||
"ocpp"
|
||||
],
|
||||
"author": {
|
||||
"name": "Timothy Yin",
|
||||
"email": "master@uniiem.com"
|
||||
},
|
||||
"license": "ISC",
|
||||
"packageManager": "pnpm@10.18.2",
|
||||
"devDependencies": {
|
||||
"npm-run-all": "^4.1.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user