abhay-charts
Version:
A library to calculate chart
52 lines (51 loc) • 1.41 kB
JSON
{
"name": "abhay-charts",
"version": "1.0.6",
"description": "A library to calculate chart",
"main": "./lib/src/index.js",
"types": "index.d.ts",
"exports": {
".": "./lib/src/index.js"
},
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "git add -A src",
"postversion": "git push && git push --tags",
"patch": "npm version patch",
"docs": "typedoc --entryPointStrategy expand ./src",
"deploy": "npm publish"
},
"keywords": [
"abhay",
"charts"
],
"author": "Abhay Nath",
"license": "ISC",
"devDependencies": {
"@types/jest": "^28.1.7",
"jest": "^28.1.3",
"prettier": "^2.7.1",
"ts-jest": "^28.0.8",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typedoc": "^0.23.10",
"typescript": "^4.7.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abhaynath/abhay-npm-charts.git"
},
"bugs": {
"url": "https://github.com/abhaynath/abhay-npm-charts/issues"
},
"homepage": "https://github.com/abhaynath/abhay-npm-charts#readme",
"files": [
"lib/**/*"
]
}