- CitrineOS core extracted (CSMS OCPP 2.0.1) - OpenOCPP extracted (firmware OCPP 1.6J/2.0.1) - ShapeShifter library installed (pip install -e) - ShapeShifter specification extracted - EVerest extracted TODO updated with progress
82 lines
2.1 KiB
JSON
82 lines
2.1 KiB
JSON
{
|
|
"name": "@citrineos/core",
|
|
"version": "2.0.0-alpha2",
|
|
"description": "The core module including data, util, and all functional modules.",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc -b tsconfig.json && tsc-alias -p tsconfig.json",
|
|
"lint": "eslint .",
|
|
"lint-fix": "eslint . --fix",
|
|
"prepublish": "pnpm exec eslint",
|
|
"test": "vitest run"
|
|
},
|
|
"keywords": [
|
|
"ocpp",
|
|
"ocpp_v201"
|
|
],
|
|
"author": "S44",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.0.0",
|
|
"@citrineos/base": "workspace:*",
|
|
"@fastify/auth": "^5.0.0",
|
|
"@fastify/swagger": "^9.4.0",
|
|
"@fastify/swagger-ui": "^5.2.0",
|
|
"@google-cloud/storage": "^7.0.0",
|
|
"@peculiar/webcrypto": "^1.4.6",
|
|
"@types/uuid": "9.0.8",
|
|
"acme-client": "^5.3.0",
|
|
"amqplib": "^0.10.3",
|
|
"asn1js": "^3.0.0",
|
|
"bcryptjs": "^2.4.3",
|
|
"class-transformer": "^0.5.1",
|
|
"drizzle-orm": "^0.45.0",
|
|
"drizzle-zod": "^0.8.3",
|
|
"zod": "4.1.12",
|
|
"fastify": "^5.1.0",
|
|
"fastify-plugin": "^5.0.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"jsrsasign": "^11.0.0",
|
|
"jwks-rsa": "^4.0.0",
|
|
"moment": "^2.29.4",
|
|
"node-cron": "^3.0.3",
|
|
"node-forge": "^1.3.0",
|
|
"nodemailer": "^8.0.0",
|
|
"openapi-types": "^12.0.0",
|
|
"pg": "8.11.3",
|
|
"pg-hstore": "2.3.4",
|
|
"pkijs": "^3.0.0",
|
|
"pvutils": "^1.1.0",
|
|
"redis": "^4.6.6",
|
|
"sequelize": "^6.37.0",
|
|
"sequelize-typescript": "2.1.6",
|
|
"ssh2-sftp-client": "^10.0.3",
|
|
"tslog": "^4.9.2",
|
|
"uuid": "^11.0.0",
|
|
"ws": "^8.17.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "catalog:",
|
|
"@faker-js/faker": "^8.0.0",
|
|
"@types/amqplib": "0.10.4",
|
|
"@types/bcryptjs": "2.4.6",
|
|
"@types/jsonwebtoken": "9.0.10",
|
|
"@types/node-cron": "3.0.11",
|
|
"@types/nodemailer": "6.4.23",
|
|
"@types/ws": "^8.5.0",
|
|
"drizzle-kit": "^0.31.0",
|
|
"eslint": "catalog:",
|
|
"eslint-config-prettier": "catalog:",
|
|
"eslint-plugin-prettier": "catalog:",
|
|
"testcontainers": "^11.0.0",
|
|
"typescript": "^6.0.0",
|
|
"typescript-eslint": "catalog:",
|
|
"vitest": "^2.0.0"
|
|
}
|
|
}
|