mirror of
https://github.com/gkd-kit/docs.git
synced 2024-11-16 06:52:18 +08:00
21 lines
370 B
JSON
21 lines
370 B
JSON
{
|
|
"name": "@gkd-kit/api",
|
|
"version": "0.3.3",
|
|
"description": "a typescript kit for gkd",
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"files": [
|
|
"src"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"scripts": {
|
|
"predocs:build": "typedoc"
|
|
},
|
|
"volta": {
|
|
"extends": "../package.json"
|
|
}
|
|
}
|