-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 967 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "@clickup/pg-id",
"description": "Generate randomly-looking never repeating primary key ids and more",
"version": "2.10.296",
"license": "MIT",
"keywords": [
"PostgreSQL",
"primary key",
"id generation",
"unique identifier",
"bigint",
"Feistel cipher",
"non-repeating",
"timestamp",
"monotonic",
"database",
"btree index",
"encryption",
"sharding",
"sequence",
"data security"
],
"scripts": {
"build": "echo No build step.",
"lint": "echo No lint step.",
"test": "echo No test step.",
"docs": "echo No docs to generate.",
"clean": "echo No clean step.",
"copy-package-to-public-dir": "copy-package-to-public-dir.sh --exclude=pg-id-consts.sql",
"backport-package-from-public-dir": "backport-package-from-public-dir.sh",
"deploy": "npm publish --access=public"
},
"repository": {
"type": "git",
"url": "git://github.com/clickup/pg-id"
}
}