-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.13 KB
/
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
38
{
"name": "@clickup/pg-id",
"description": "Generate randomly-looking never repeating primary key ids and more",
"version": "2.12.2",
"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": ": No build step.",
"lint": ": No lint step.",
"test": ": No test step.",
"test:db": "set -e; FILES=(functions/__tests__/test_*.sql); f() { if [ \"$1\" != \"\" ]; then FILES=(functions/__tests__/$1); fi; for f in ${FILES[@]}; do echo == $f; yarn psql -v ON_ERROR_STOP=on -f $f; echo; echo; done; }; f",
"docs": ": No docs to generate.",
"clean": ": No clean step.",
"copy-package-to-public-dir": "copy-package-to-public-dir.sh",
"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"
}
}