UNPKG

standard-data-structures

Version:

A collection of standard data-structures for node and browser

49 lines (48 loc) 1.43 kB
{ "author": "Tushar Mathur <tusharmath@gmail.com>", "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "description": "A collection of standard data-structures for node and browser", "keywords": [ "data", "structures", "performance" ], "license": "ISC", "main": "index.js", "name": "standard-data-structures", "repository": { "type": "git", "url": "https://github.com/tusharmath/standard-data-structures.git" }, "scripts": { "create-docs": "typedoc", "lint": "tslint --project .", "prepublishOnly": "tsc -d", "prettier": "git ls-files | grep -E '.*\\.(ts|md|json)$' | xargs prettier --write --config=.prettierrc", "semantic-release": "semantic-release", "test": "mocha --require=ts-node/register --watch-extensions ts test/**/*.ts", "travis-deploy-once": "travis-deploy-once --pro" }, "version": "4.0.0", "devDependencies": { "@tusharmathur/typedoc": "^1.0.0", "@types/chai": "^4.2.2", "@types/mocha": "^5.2.7", "@types/node": "^12.7.5", "chai": "^4.2.0", "cz-conventional-changelog": "^3.0.2", "mocha": "^6.2.0", "prettier": "^1.18.2", "semantic-release": "^15.13.24", "travis-deploy-once": "^5.0.11", "ts-node": "^8.4.1", "tslint": "^5.20.0", "tslint-config-prettier": "^1.18.0", "typescript": "^3.6.3", "typescript-tslint-plugin": "^0.5.4" } }