smartunique/package.json

41 lines
857 B
JSON
Raw Normal View History

2017-07-14 15:18:15 +00:00
{
2018-10-06 13:38:55 +00:00
"name": "@pushrocks/smartunique",
2018-10-06 15:01:11 +00:00
"version": "3.0.1",
2018-10-06 13:38:55 +00:00
"private": false,
2017-07-14 15:18:15 +00:00
"description": "make things unique",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
2018-10-06 13:38:55 +00:00
"test": "(tstest test/)",
"build": "(tsbuild)"
2017-07-14 15:18:15 +00:00
},
2017-07-17 15:01:10 +00:00
"repository": {
"type": "git",
"url": "https://gitlab.com/pushrocks/smartunique.git"
},
"keywords": [
"unique",
"key",
"uuid",
"shortid",
"lossless",
"pushrocks",
"TypeScript"
],
2017-07-14 15:18:15 +00:00
"devDependencies": {
2018-10-06 13:38:55 +00:00
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.12",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.11.4"
2017-07-14 15:18:15 +00:00
},
"dependencies": {
2017-07-14 16:53:10 +00:00
"@types/shortid": "^0.0.29",
"@types/uuid": "^3.0.0",
"shortid": "^2.2.8",
"uuid": "^3.1.0"
2017-07-14 15:18:15 +00:00
}
2018-10-06 13:38:55 +00:00
}