UNPKG

@sammacbeth/dat-util

Version:

Utility functions for working with DAT

47 lines (46 loc) 1.18 kB
{ "name": "@sammacbeth/dat-util", "version": "0.8.0", "description": "Utility functions for working with DAT", "author": "Sam Macbeth <sam@cliqz.com>", "homepage": "https://github.com/sammacbeth/sams-dat-api#readme", "license": "MIT", "main": "dist/index.js", "publishConfig": { "access": "public" }, "directories": { "lib": "lib", "test": "test" }, "files": [ "lib" ], "repository": { "type": "git", "url": "git+https://github.com/sammacbeth/sams-dat-api.git" }, "scripts": { "clean": "rm -rf dist/", "build": "tsc", "test": "mocha -r ts-node/register test/*.test.ts", "lint": "tslint --config ../../tslint.json --project tsconfig.json" }, "dependencies": { "@sammacbeth/dat-types": "^0.8.0", "rimraf": "^3.0.0" }, "devDependencies": { "@types/chai": "^4.2.6", "@types/mocha": "^7.0.1", "chai": "^4.2.0", "hyperdrive": "9.16.0", "mocha": "^7.0.0", "ts-node": "^8.5.4", "tslint": "^6.0.0", "tslint-config-prettier": "^1.18.0", "typescript": "^3.7.2", "typescript-tslint-plugin": "^0.5.5" }, "gitHead": "ee5651788b2fa22cfa00f6f79ffb52c3e25d3f3a" }