UNPKG

uc-base-libraries

Version:
54 lines (53 loc) 1.41 kB
{ "name": "uc-base-libraries", "version": "1.0.42", "description": "Typescript libraries for UC projects", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "jest", "build": "tsc", "format": "prettier --write \"src/**/*.ts\" ", "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/solmead/Base-TS-Libraries.git" }, "keywords": [ "UC", "Base" ], "author": "Christopher Powell", "license": "ISC", "bugs": { "url": "https://github.com/solmead/Base-TS-Libraries/issues" }, "homepage": "https://github.com/solmead/Base-TS-Libraries#readme", "dependencies": { "@types/bootstrap": "^4.3.1", "@types/jquery": "^3.5.16", "@types/jquery.blockui": "0.0.29", "@types/jqueryui": "^1.12.16", "systemjs": "^6.13.0" }, "files": [ "lib/**/*" ], "devDependencies": { "@types/jest": "^29.4.0", "jest": "^29.4.3", "jest-environment-jsdom": "^29.4.3", "prettier": "^2.8.4", "ts-jest": "^29.0.5", "ts-node": "^10.9.1", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.9.5" } }