UNPKG

op-client-api-proof-of-concept

Version:
46 lines (45 loc) 1.25 kB
{ "name": "op-client-api-proof-of-concept", "version": "1.0.25", "description": "OP Client API Proof of concept", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "jest --config jestconfig.json", "build": "tsc", "format": "prettier --write \"src/**/*.{ts,js}\"", "lint": "tslint -p tsconfig.json", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/KaosCoH/op-client-api-proof-of-concept.git" }, "keywords": [ "OP" ], "author": "eVision", "license": "ISC", "bugs": { "url": "https://github.com/KaosCoH/op-client-api-proof-of-concept/issues" }, "homepage": "https://github.com/KaosCoH/op-client-api-proof-of-concept#readme", "devDependencies": { "prettier": "^2.5.1", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.5.3" }, "files": [ "lib/**/*" ], "dependencies": { "@types/jest": "^27.0.3", "ts-jest": "^27.1.1", "typescript-string-operations": "^1.4.1" } }