-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.39 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@dark-matter-labs/ptc-sdk",
"version": "1.1.8",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "husky"
},
"keywords": [
"Permissioning the City",
"PtC",
"Permissioning the City Engine",
"Permissioning Engine",
"PermissioningEngine",
"Permission Engine",
"PermissionEngine"
],
"author": "Donghun Ohn",
"license": "GPL-3.0-only",
"description": "SDK for Permissioning the City Permission Engine",
"repository": {
"type": "git",
"url": "https://github.com/Dark-Matter-Labs/ptc-sdk.git"
},
"bugs": {
"url": "https://github.com/Dark-Matter-Labs/ptc-sdk/issues"
},
"homepage": "https://github.com/Dark-Matter-Labs/ptc-sdk",
"devDependencies": {
"@types/express": "^5.0.0",
"@types/node": "^22.10.1",
"husky": "^9.1.7",
"typescript": "^5.7.2"
},
"dependencies": {
"@ladjs/country-language": "^1.0.3",
"@nestjs/swagger": "^7.4.2",
"@nestjs/typeorm": "^10.0.2",
"@types/ladjs__country-language": "^1.0.0",
"@types/multer": "^1.4.12",
"@types/multer-s3": "^3.0.3",
"axios": "^1.7.9",
"cheerio": "^1.0.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"dayjs-abbr-timezone": "^1.0.0",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"typeorm": "^0.3.20",
"typeorm-naming-strategies": "^4.1.0"
}
}