11{
2- "name" : " @cipherstash/eql" ,
3- "version" : " 0.0.0" ,
4- "description" : " CipherStash Encrypted Query Language TypeScript Library" ,
5- "keywords" : [
6- " encrypted" ,
7- " query" ,
8- " language" ,
9- " typescript" ,
10- " ts" ,
11- " eql"
12- ],
13- "homepage" : " https://github.com/cipherstash/encrypt-query-language/tree/main/packages/ts-eql" ,
14- "bugs" : {
15- "url" : " https://github.com/cipherstash/encrypt-query-language/issues"
16- },
17- "repository" : {
18- "type" : " git" ,
19- "url" : " git+https://github.com/cipherstash/encrypt-query-language.git"
20- },
21- "license" : " MIT" ,
22- "author" :
" CipherStash <[email protected] >" ,
23- "type" : " module" ,
24- "exports" : {
25- "." : {
26- "types" : " ./dist/index.d.ts" ,
27- "import" : " ./dist/index.js" ,
28- "require" : " ./dist/index.cjs"
29- },
30- "./drizzle" : {
31- "types" : " ./dist/drizzle/index.d.ts" ,
32- "import" : " ./dist/drizzle/index.js" ,
33- "require" : " ./dist/drizzle/index.cjs"
34- }
35- },
36- "scripts" : {
37- "build" : " tsup" ,
38- "dev" : " tsup --watch" ,
39- "generate-types" : " json2ts ../../../src/cs_encrypted_v1.schema.json --output ./cs_encrypted_v1.ts"
40- },
41- "devDependencies" : {
42- "@types/bun" : " latest" ,
43- "json-schema-to-typescript" : " ^15.0.2" ,
44- "tsup" : " ^8.3.0"
45- },
46- "peerDependencies" : {
47- "typescript" : " ^5.0.0"
48- },
49- "publishConfig" : {
50- "access" : " public"
51- }
52- }
2+ "name" : " @cipherstash/eql" ,
3+ "version" : " 0.0.0" ,
4+ "description" : " CipherStash Encrypted Query Language TypeScript Library" ,
5+ "keywords" : [" encrypted" , " query" , " language" , " typescript" , " ts" , " eql" ],
6+ "homepage" : " https://github.com/cipherstash/encrypt-query-language/tree/main/packages/ts-eql" ,
7+ "bugs" : {
8+ "url" : " https://github.com/cipherstash/encrypt-query-language/issues"
9+ },
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " git+https://github.com/cipherstash/encrypt-query-language.git"
13+ },
14+ "license" : " MIT" ,
15+ "author" :
" CipherStash <[email protected] >" ,
16+ "type" : " module" ,
17+ "exports" : {
18+ "." : {
19+ "types" : " ./dist/index.d.ts" ,
20+ "import" : " ./dist/index.js" ,
21+ "require" : " ./dist/index.cjs"
22+ },
23+ "./drizzle" : {
24+ "types" : " ./dist/drizzle/index.d.ts" ,
25+ "import" : " ./dist/drizzle/index.js" ,
26+ "require" : " ./dist/drizzle/index.cjs"
27+ }
28+ },
29+ "scripts" : {
30+ "build" : " tsup" ,
31+ "dev" : " tsup --watch" ,
32+ "generate-types" : " json2ts ../../../cs_encrypted_v1.schema.json --output ./cs_encrypted_v1.ts"
33+ },
34+ "devDependencies" : {
35+ "@types/bun" : " latest" ,
36+ "json-schema-to-typescript" : " ^15.0.2" ,
37+ "tsup" : " ^8.3.0"
38+ },
39+ "peerDependencies" : {
40+ "typescript" : " ^5.0.0"
41+ },
42+ "publishConfig" : {
43+ "access" : " public"
44+ }
45+ }
0 commit comments