UNPKG

@zohodesk/utils

Version:

DOT Utils Collection

38 lines (37 loc) 1.05 kB
{ "name": "@zohodesk/utils", "version": "1.3.16", "description": "DOT Utils Collection", "main": "es/index.js", "module": "es/index.js", "private": false, "publishConfig": { "access": "public" }, "author": "Z Team", "homepage": "https://www.npmjs.com/search?q=@zohodesk", "license": "ISC", "keywords": [ "UCL", "ZOHODESK", "ZTEAM", "LIBRARY" ], "scripts": { "download": "react-cli clean ./node_modules ./package-lock.json && npm install", "build": "type react-cli && react-cli build:component:es", "build:watch": "react-cli build:component:es -w", "build:es": "react-cli build:library:es", "clean": "react-cli clean unittest coverage es result.json", "rtl": "react-cli rtl ./src ./es", "nodefix": "node ../buildtool_patch.js", "prepare": "npm run clean && npm run build && npm run rtl", "test": "react-cli test", "jsdoc": "jsdoc -c jsdoc.json", "expublish": "npm publish --tag experimental-version" }, "files": [ "es", "!**/__tests__" ] }