-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) 路 808 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) 路 808 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
30
31
32
33
34
35
36
37
{
"name": "naokihaba",
"version": "1.0.8",
"description": "馃挌 Front-end Developer loving Vue ecosystem",
"keywords": [
"card",
"cli",
"npx",
"vue"
],
"homepage": "https://own.page/naokihaba",
"license": "MIT",
"author": "NaokiHaba",
"repository": {
"type": "git",
"url": "git+https://github.com/naokihaba/NaokiHaba.git"
},
"bin": {
"naokihaba": "dist/cli.mjs"
},
"files": [
"dist"
],
"type": "module",
"scripts": {
"build": "tsdown bin/cli.ts --outDir dist --platform node",
"dev": "bun run bin/cli.ts",
"release": "npm run build && npm publish --access public --registry https://registry.npmjs.org/"
},
"devDependencies": {
"tsdown": "^0.20.1",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18.0.0"
}
}