mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
39 lines
858 B
JSON
39 lines
858 B
JSON
{
|
|
"name": "@project-gauntlet/api",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"exports": {
|
|
"./components": {
|
|
"types": "./disttypes/gen/components.d.ts"
|
|
},
|
|
"./hooks": {
|
|
"types": "./disttypes/hooks.d.ts"
|
|
},
|
|
"./helpers": {
|
|
"types": "./disttypes/helpers.d.ts"
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/project-gauntlet/gauntlet.git",
|
|
"directory": "js/api"
|
|
},
|
|
"files": [
|
|
"disttypes"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc && rollup --config rollup.config.ts --configPlugin typescript"
|
|
},
|
|
"devDependencies": {
|
|
"@project-gauntlet/typings": "*",
|
|
"@rollup/plugin-alias": "^5.1.1",
|
|
"@types/react": "^18.3.18",
|
|
"rollup": "^4.28.1",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.7.2",
|
|
"glob": "^11.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|