UNPKG

@osqo-npm/constants-npm-package

Version:

Shared Constants. E.g Date format, currency

40 lines (39 loc) 1.04 kB
{ "name": "@osqo-npm/constants-npm-package", "version": "1.0.50", "description": "Shared Constants. E.g Date format, currency", "main": "lib/index.js", "files": [ "lib/**/*" ], "types": "lib/index.d.ts", "prepublishOnly": "npm test && npm run lint", "prepare": "npm run build", "preversion": "npm run lint", "scripts": { "build": "tsc", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "tslint -p tsconfig.json" }, "repository": { "type": "git", "url": "https://bitbucket.org/osqo/constants-npm-package.git" }, "keywords": [ "OSQO", "Shared", "Constants" ], "author": "OSQO Dev Team!", "license": "ISC", "bugs": { "url": "https://bitbucket.org/osqo/constants-npm-package/issues" }, "homepage": "https://bitbucket.org/osqo/constants-npm-package#readme", "devDependencies": { "prettier": "^2.8.4", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.9.5" } }