Skip to content

Commit 7aa3e6b

Browse files
committed
chore: update package.json with same config
1 parent aefe8eb commit 7aa3e6b

1 file changed

Lines changed: 27 additions & 11 deletions

File tree

packages/sql/package.json

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,46 @@
22
"name": "@slickgrid-universal/sql",
33
"version": "10.4.0",
44
"description": "SlickGrid Universal SQL Backend Service (implements BackendService for SQL)",
5-
"main": "dist/index.js",
6-
"types": "dist/index.d.ts",
5+
"type": "module",
6+
"main": "./dist/index.js",
77
"exports": {
8-
".": "./dist/index.js"
8+
".": {
9+
"types": "./dist/index.d.ts",
10+
"default": "./dist/index.js"
11+
},
12+
"./package.json": "./package.json"
13+
},
14+
"types": "./dist/index.d.ts",
15+
"publishConfig": {
16+
"access": "public"
917
},
1018
"files": [
11-
"dist"
19+
"/dist",
20+
"/src"
1221
],
1322
"scripts": {
1423
"build": "pnpm run clean && tsc",
1524
"build:incremental": "tsc --incremental --declaration",
1625
"clean": "remove dist tsconfig.tsbuildinfo",
1726
"dev": "pnpm build:incremental"
1827
},
19-
"keywords": [
20-
"slickgrid",
21-
"sql",
22-
"backend",
23-
"service"
24-
],
25-
"author": "SlickGrid Universal Team",
2628
"license": "MIT",
29+
"author": "Ghislain B.",
30+
"homepage": "https://github.com/ghiscoding/slickgrid-universal",
31+
"repository": {
32+
"type": "git",
33+
"url": "git+https://github.com/ghiscoding/slickgrid-universal.git",
34+
"directory": "packages/sql"
35+
},
36+
"bugs": {
37+
"url": "https://github.com/ghiscoding/slickgrid-universal/issues"
38+
},
2739
"dependencies": {
2840
"@slickgrid-universal/common": "workspace:*",
2941
"@slickgrid-universal/utils": "workspace:*"
42+
},
43+
"funding": {
44+
"type": "ko_fi",
45+
"url": "https://ko-fi.com/ghiscoding"
3046
}
3147
}

0 commit comments

Comments
 (0)