docs/api/package.json

22 lines
460 B
JSON
Raw Normal View History

2024-02-01 21:01:49 +08:00
{
"name": "@gkd-kit/api",
2024-10-17 21:44:47 +08:00
"version": "0.6.0",
2024-02-01 21:01:49 +08:00
"description": "a typescript kit for gkd",
"type": "module",
"main": "./src/index.ts",
2024-02-06 19:26:32 +08:00
"files": [
"src"
],
2024-02-01 21:01:49 +08:00
"publishConfig": {
2024-02-06 19:26:32 +08:00
"access": "public",
2024-02-01 21:01:49 +08:00
"registry": "https://registry.npmjs.org/"
},
"scripts": {
2024-09-04 14:19:06 +08:00
"predocs:build": "typedoc",
"postpublish": "curl -X PUT https://registry-direct.npmmirror.com/@gkd-kit/api/sync"
2024-02-01 21:01:49 +08:00
},
"volta": {
"extends": "../package.json"
}
}