{ "name": "@pushrocks/smartunique", "version": "3.0.2", "private": false, "description": "make things unique", "main": "dist/index.js", "typings": "dist/index.d.ts", "author": "Lossless GmbH", "license": "MIT", "scripts": { "test": "(tstest test/)", "build": "(tsbuild)" }, "repository": { "type": "git", "url": "https://gitlab.com/pushrocks/smartunique.git" }, "keywords": [ "unique", "key", "uuid", "shortid", "lossless", "pushrocks", "TypeScript" ], "devDependencies": { "@gitzone/tsbuild": "^2.1.17", "@gitzone/tsrun": "^1.2.8", "@gitzone/tstest": "^1.0.28", "@pushrocks/tapbundle": "^3.2.0", "@types/node": "^13.7.7", "tslint": "^6.0.0", "tslint-config-prettier": "^1.18.0" }, "dependencies": { "@types/shortid": "0.0.29", "@types/uuid": "^7.0.0", "shortid": "^2.2.15", "uuid": "^7.0.2" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_web/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ] }