UNPKG

@uk/tool

Version:
41 lines (40 loc) 999 B
{ "name": "@uk/tool", "version": "1.1.1", "description": "Uk tools module", "typings": "dist/index", "main": "dist/index", "scripts": { "build": "npm i && rm -fr ./dist && tsc" }, "repository": { "type": "git", "url": "git+https://bitbucket.org/uk-framework/uk-db.git" }, "keywords": [ "Uk" ], "author": "koloboid", "license": "MIT", "bugs": { "url": "https://bitbucket.org/uk-framework/uk-db/issues" }, "homepage": "https://bitbucket.org/uk-framework/uk-db/#readme", "dependencies": { "@types/dotenv": "*", "@types/json-stringify-safe": "*", "@types/node": "*", "dotenv": "^8.0.0", "json-stringify-safe": "^5.0.1", "mixin-deep": "^2.0.1", "parse-filepath": "^1.0.2" }, "devDependencies": { "typescript": "^3.5.3" }, "browser": { "envconfig": false, "fs": false, "dotenv": false } }