Commit 5563bbc4 authored by silver47gin's avatar silver47gin
Browse files

fix template position

parent 3e63c9ef
{ {
"name": "HelloWorld", "name": "template-command-line",
"main": "index.js",
"license": "MIT", "license": "MIT",
"version": "2.0.0", "version": "1.0.0",
"scripts": {
"build": "tsc",
"HelloWorld": "ts-node src/index.ts"
},
"bin": { "bin": {
"HelloWorld": "./bin/cli.js" "HelloWorld": "./bin/cli.js"
},
"devDependencies": {
"@types/node": "^16.11.7",
"tsconfig-paths": "^3.11.0"
},
"dependencies": {
"commander": "^8.3.0",
"dayjs": "^1.10.7",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
} }
} }
{
"name": "HelloWorld",
"main": "index.js",
"license": "MIT",
"version": "2.0.0",
"scripts": {
"build": "tsc",
"HelloWorld": "ts-node src/index.ts"
},
"bin": {
"HelloWorld": "./bin/cli.js"
},
"devDependencies": {
"@types/node": "^16.11.7",
"tsconfig-paths": "^3.11.0"
},
"dependencies": {
"commander": "^8.3.0",
"dayjs": "^1.10.7",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment