UNPKG

vision-embedded-web

Version:
52 lines (51 loc) 1.54 kB
{ "name": "vision-embedded-web", "version": "3.0.0", "description": "Cubic Vision methods for embedded web content.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "scripts": { "test": "jest --config jest-jsdom.json", "clean": "rimraf dist", "build": "npm run clean && tsc", "pack": "node pack.js", "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", "format": "prettier --write \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json" }, "repository": { "type": "git", "url": "git+https://gitlab.cubicmedia.cloud/cubic-vision/cubic-vision-players/vision-embedded-web.git" }, "keywords": [ "embedded", "Cubic", "Vision", "web" ], "author": "sid-max1996", "license": "ISC", "bugs": { "url": "https://gitlab.cubicmedia.cloud/cubic-vision/cubic-vision-players/vision-embedded-web/issues" }, "homepage": "https://gitlab.cubicmedia.cloud/cubic-vision/cubic-vision-players/vision-embedded-web#readme", "devDependencies": { "@types/jest": "^27.0.2", "@types/node": "^17.0.21", "archiver": "^5.3.1", "jest": "^27.3.1", "prettier": "^2.4.1", "rimraf": "^3.0.2", "ts-jest": "^27.0.7", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.4.4" } }