-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 798 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "arcsecond-cli",
"version": "1.4.1",
"description": "The Command Line Interface (CLI) for Arcsecond.io. Can be used as a Python module too.",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"docs:dev": "vitepress dev docs --port 5179",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arcsecond-io/cli.git"
},
"author": "Cédric Foellmi, @onekiloparsec",
"license": "ISC",
"bugs": {
"url": "https://github.com/arcsecond-io/cli/issues"
},
"homepage": "https://github.com/arcsecond-io/cli#readme",
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.5",
"vite": "^7.3.1",
"vitepress": "^2.0.0-alpha.17"
}
}