UNPKG

anux-common

Version:

[![Build Status](https://travis-ci.com/Anupheaus/anux-common.svg?branch=master)](https://travis-ci.com/Anupheaus/anux-common) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/dd0e0bd3a96247a5a78c02a812f949f8)](https://www.codacy.com/app/Anuphea

37 lines (36 loc) 911 B
{ "name": "anux-common", "type": "library", "version": "1.0.45", "main": "./dist/index.js", "repository": "https://github.com/Anupheaus/anux-common.git", "author": "Anupheaus", "license": "Apache-2.0", "private": false, "scripts": { "build": "anux build", "build:dev": "anux build dev", "test": "mocha --config c:\\code\\personal\\anux-common\\node_modules\\anux-package\\configs\\mocha.js" }, "files": [ "dist" ], "links": { "anux-package": "../anux-package" }, "dependencies": { "chalk": "^2.4.2", "datejs": "^1.0.0-rc3", "fast-equals": "^2.0.0", "moment": "^2.24.0", "numeral": "^2.0.6", "uuid": "^3.3.3" }, "devDependencies": { "@types/datejs": "^0.0.30", "@types/numeral": "^0.0.26", "@types/uuid": "^3.4.5", "anux-package": "file:c:\\code\\personal\\anux-package\\package.tgz", "typescript": "^3.8.2" } }