1.0.11 • Published 4 years ago

@stryvesolutions/commons-client v1.0.11

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

commons-client

{ "name": "@stryvesolutions/commons-client", "version": "1.0.0", "description": "", // when the commons is import , the main determines which file the service should look into. // import { Component} from "@Stryvesolutions/cmommons-client" - check component within index.js "main": "./build/index.js", // if an application is written in typescript the type file location. "types": "./build/index.d.ts", // the list of files that need to be published. "files": "/build/*/" , "scripts": { // tsc comman creates .js and .ts files in build config.. // configuration provided within tsconfig.json. "build": "npm run clean && tsc", // delete build folder. "clean": "del ./build/*", // increment the patch version in git , build the applciation and publish the package to npm. "pub": "npm version patch && npm run build && npm publish --access public" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "del-cli": "^3.0.1", "typescript": "^3.9.3" } }

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago