UNPKG

@munit-solutions/ocpp

Version:
58 lines (57 loc) 1.47 kB
{ "name": "@munit-solutions/ocpp", "version": "2.23.0", "description": "", "main": "dist/tsc/main.js", "types": "dist/tsc/main.d.ts", "homepage": "https://github.com/munit-solutions/ocpp.git", "scripts": { "cli": "ts-node src/cli.ts", "test": "jest", "prepublish": "tsc -p tsconfig.json", "clean": "rm -rf dist build", "watch-and-run": "ts-node-dev --respawn -- src/main.ts", "format": "prettier --write \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json" }, "author": { "name": "Victorien Fotsing", "email": "victorien.fotsing@munit-solutions.com" }, "licenses": [ { "type": "GPL-3.0", "url": "https://opensource.org/licenses/GPL-3.0" } ], "devDependencies": { "@types/jest": "^27.0.1", "@types/node": "^16.7.6", "@types/ws": "^7.4.7", "@typescript-eslint/eslint-plugin": "^4.29.3", "@typescript-eslint/parser": "^4.29.3", "eslint": "^7.32.0", "jest": "^27.0.6", "prettier": "^2.3.2", "ts-jest": "^27.0.5", "ts-node": "^10.2.1", "ts-node-dev": "^1.1.8", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.4.2" }, "dependencies": { "tslib": "^1.14.1", "ws": "^7.5.4" }, "bugs": { "email": "victorien.fotsing@munit-solutions.com", "url": "https://github.com/munit-solutions/ocpp/issues" }, "keywords": [ "OCPP", "Charging Point", "Loadmanagement", "Munit" ] }