1+ {
2+ "name" : " @ldclabs/ic-auth" ,
3+ "version" : " 0.1.0" ,
4+ "type" : " module" ,
5+ "description" : " The Typescript version of the client SDK for the IC Auth." ,
6+ "license" : " MIT" ,
7+ "homepage" : " https://github.com/ldclabs/ic-auth/tree/main/ts/ic-auth" ,
8+ "repository" : {
9+ "type" : " git" ,
10+ "url" : " git+https://github.com/ldclabs/ic-auth.git"
11+ },
12+ "engines" : {
13+ "node" : " >=20.0.0"
14+ },
15+ "browser" : {
16+ "node:fs/promises" : false ,
17+ "node:path" : false ,
18+ "mime/lite" : false
19+ },
20+ "files" : [
21+ " dist" ,
22+ " package.json" ,
23+ " LICENSE" ,
24+ " README.md"
25+ ],
26+ "main" : " ./dist/index.js" ,
27+ "typings" : " ./dist/index.d.ts" ,
28+ "scripts" : {
29+ "build" : " rm -rf dist && tsc -p tsconfig.json" ,
30+ "format" : " prettier --write \" src/**/*.{json,js,jsx,ts,tsx,css,scss}\" " ,
31+ "test" : " vitest run" ,
32+ "ncu" : " npx npm-check-updates -u"
33+ },
34+ "peerDependencies" : {
35+ "@dfinity/candid" : " >=3.2.0" ,
36+ "@dfinity/agent" : " >=3.2.0" ,
37+ "@dfinity/identity" : " >=3.2.0" ,
38+ "@dfinity/principal" : " >=3.2.0" ,
39+ "@noble/hashes" : " >=1.8.0" ,
40+ "cborg" : " >=4.2.0"
41+ },
42+ "devDependencies" : {
43+ "@dfinity/agent" : " >=3.2.0" ,
44+ "@dfinity/identity" : " >=3.2.0" ,
45+ "@dfinity/principal" : " >=3.2.0" ,
46+ "@noble/hashes" : " ^1.8.0" ,
47+ "cborg" : " >=4.2.0" ,
48+ "@types/eslint" : " ^9.6.1" ,
49+ "@types/node" : " 24.3.0" ,
50+ "@typescript-eslint/eslint-plugin" : " ^8.42.0" ,
51+ "@typescript-eslint/parser" : " ^8.42.0" ,
52+ "eslint" : " ^9.34.0" ,
53+ "eslint-config-prettier" : " ^10.1.8" ,
54+ "eslint-plugin-import" : " ^2.32.0" ,
55+ "eslint-plugin-prettier" : " ^5.5.4" ,
56+ "prettier" : " ^3.6.2" ,
57+ "typescript" : " ^5.9.2" ,
58+ "vitest" : " ^3.2.4"
59+ }
60+ }
0 commit comments