-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.2 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
{
"name": "ag-shared",
"version": "0.0.1",
"description": "Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue",
"main": "./dist/package/src/main.js",
"types": "./dist/types/src/main.d.ts",
"exports": {
".": {
"import": "./dist/package/src/main.js",
"require": "./dist/package/src/main.js",
"types": "./dist/types/src/main.d.ts",
"default": "./dist/package/src/main.js"
},
"./plugin-utils": {
"import": "./dist/package/scripts/plugin-utils/index.js",
"require": "./dist/package/scripts/plugin-utils/index.js",
"types": "./dist/types/scripts/plugin-utils/index.d.ts",
"default": "./dist/package/scripts/plugin-utils/index.js"
}
},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/ag-grid/ag-shared.git"
},
"keywords": [],
"author": "AG Grid <[email protected]>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"typescript": "^5.4.5",
"glob": "8.0.3",
"@nx/devkit": "^18.3.4",
"@types/yargs": "^17.0.32",
"@swc/helpers": "0.5.3",
"tinypool": "^1.0.2",
"process": "0.11.10"
},
"publishConfig": {
"access": "private"
}
}