UNPKG

@nnode/core

Version:
63 lines (62 loc) 1.58 kB
{ "name": "@nnode/core", "version": "3.3.1", "description": "NativeCode Core Library", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/nativecode-dev/sosus.git" }, "bugs": { "url": "https://github.com/nativecode-dev/sosus/issues" }, "homepage": "https://github.com/nativecode-dev/sosus/tree/master/packages/core#readme", "author": "opensource@nativecode.com", "keywords": [ "core-lib" ], "main": "lib/index.js", "files": [ "lib" ], "directories": { "lib": "lib", "test": "specs" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "templates": "mustache ../../.markdown.json ../../LICENSE.md.mustache > LICENSE.md", "upgrade": "npx npm-check -y" }, "dependencies": { "@nnode/lincoln": "^0.7.0", "@nofrills/env": "^11.0.1", "@nofrills/fs": "^12.0.0", "@nofrills/types": "^10.0.3", "@types/atob": "~2.1.2", "@types/btoa": "~1.2.3", "atob": "~2.1.2", "blob-to-buffer": "~1.2.8", "btoa": "~1.2.1", "deepmerge": "~4.2.2", "moment": "^2.26.0", "node-fetch": "~2.6.0", "promise-parallel-throttle": "~3.3.0", "rxjs": "^6.5.5", "sha1": "~1.1.1", "ts-essentials": "^6.0.5", "tsyringe": "^4.3.0" }, "devDependencies": { "@types/blob-to-buffer": "~1.2.0", "@types/deepmerge": "~2.2.0", "@types/moment": "~2.13.0", "@types/node": "^12.0.0", "@types/node-fetch": "^2.5.7", "@types/sha1": "~1.1.2" }, "gitHead": "130b0ac26696cac166cc79dc3d96ad02d6519ce9" }