docs.sheetjs.com/package.json

22 lines
323 B
JSON
Raw Normal View History

2022-05-11 21:03:03 +00:00
{
"private": true,
2024-07-17 02:30:34 +00:00
"scripts": {
2026-01-29 04:58:19 +00:00
"init": "cd docz && npm i --legacy-peer-deps",
"dev": "cd docz && npm run start -- --host=0.0.0.0 --port 6996 --no-open"
2024-07-17 02:30:34 +00:00
},
2022-05-11 21:03:03 +00:00
"alex": {
"allow": [
2023-07-06 07:21:41 +00:00
"host-hostess",
"hook",
"hooks",
2022-05-11 21:03:03 +00:00
"chinese",
"special",
"simple",
"just",
"crash",
"wtf",
"holes"
]
}
}