@tdb/util
Version:
Shared helpers and utilities.
51 lines (50 loc) • 1.49 kB
JSON
{
"name": "@tdb/util",
"version": "1.9.13",
"description": "Shared helpers and utilities.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"test": "sh ./node_modules/@tdb/test/sh/test.sh",
"test:integration": "sh ./node_modules/@tdb/test/sh/integration.sh",
"tdd": "yarn run test -- --reporter min --watch",
"lint": "sh ./node_modules/@tdb/typescript/sh/lint.sh",
"build": "sh ./node_modules/@tdb/typescript/sh/build.sh",
"prepare": "npm test && yarn run lint && yarn run build"
},
"dependencies": {
"@tdb/log": "1.1.13",
"@types/react": "16.7.17",
"@types/react-dom": "16.0.11",
"@types/string": "0.0.29",
"@types/tinycolor2": "1.4.1",
"@types/underscore.string": "0.0.33",
"cuid": "2.1.4",
"dynamics.js": "1.1.5",
"escape-string-regexp": "1.0.5",
"fastclick": "1.0.6",
"glamor": "2.20.40",
"js-cookie": "2.2.0",
"moment": "2.23.0",
"path-to-regexp": "2.4.0",
"react": "16.6.3",
"react-dom": "16.6.3",
"react-inspector": "2.3.1",
"tinycolor2": "1.4.1",
"tslib": "1.9.3",
"underscore.string": "3.3.5"
},
"devDependencies": {
"@tdb/test": "1.2.6",
"@tdb/typescript": "3.2.1",
"@types/escape-string-regexp": "1.0.0",
"@types/js-cookie": "2.2.0",
"@types/proxyquire": "1.3.28",
"proxyquire": "2.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/philcockfield/teamdb"
},
"license": "UNLICENSED"
}