2024-01-02 15:46:27 +03:00
|
|
|
{
|
|
|
|
"name": "@affine/docs",
|
|
|
|
"type": "module",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"build": "typedoc --options ../../typedoc.json",
|
|
|
|
"dev": "nodemon --exec 'typedoc --options ../../typedoc.json' & serve dist/"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-02-23 12:37:13 +03:00
|
|
|
"nodemon": "^3.1.0",
|
2024-01-02 15:46:27 +03:00
|
|
|
"serve": "^14.2.1",
|
2024-02-23 12:37:13 +03:00
|
|
|
"typedoc": "^0.25.8"
|
2024-01-02 15:46:27 +03:00
|
|
|
},
|
|
|
|
"nodemonConfig": {
|
|
|
|
"watch": [
|
|
|
|
"./readme.md",
|
|
|
|
"../../packages/*/*/src/*.ts",
|
|
|
|
"../../**/typedoc{.base,}.json"
|
|
|
|
],
|
|
|
|
"ext": "ts,md,json"
|
|
|
|
},
|
2024-01-25 08:17:35 +03:00
|
|
|
"version": "0.12.0"
|
2024-01-02 15:46:27 +03:00
|
|
|
}
|