venus-acm
Version:
Merge cpp codes into single sources file.
61 lines (60 loc) • 1.61 kB
JSON
{
"name": "venus-acm",
"version": "2.0.1",
"description": "Merge cpp codes into single sources file.",
"author": {
"name": "guanghechen",
"url": "https://github.com/guanghechen/",
"directory": "packages/cli"
},
"repository": {
"type": "git",
"url": "git@github.com:guanghechen/venus.git"
},
"homepage": "https://github.com/guanghechen/venus#readme",
"keywords": [
"typescript",
"cli",
"acm",
"single cpp file tool"
],
"main": "lib/cjs/index.js",
"types": "lib/types/index.d.ts",
"source": "src/index.ts",
"license": "MIT",
"engines": {
"node": ">= 14.15.0"
},
"files": [
"lib/",
"!lib/**/*.js.map",
"!lib/**/*.d.ts.map",
"package.json",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"bin": {
"venus": "lib/cjs/cli.js"
},
"scripts": {
"build": "cross-env NODE_ENV=production rollup -c ../../rollup.config.cli.js",
"prebuild": "rimraf lib/",
"prepublishOnly": "cross-env ROLLUP_SHOULD_SOURCEMAP=false yarn build",
"test": "cross-env TS_NODE_FILES=true jest --config ../../jest.config.js --rootDir ."
},
"dependencies": {
"@guanghechen/chalk-logger": "^1.9.5",
"@guanghechen/commander-helper": "^1.9.5",
"@guanghechen/file-helper": "^1.9.5",
"@guanghechen/locate-helper": "^1.9.5",
"@guanghechen/option-helper": "^1.9.5",
"@guanghechen/plop-helper": "^1.9.5",
"clipboardy": "^2.3.0",
"fs-extra": "^10.1.0",
"inquirer": "^8.2.0",
"js-yaml": "^4.1.0",
"node-plop": "^0.26.2"
},
"gitHead": "6645e5adca6d84e96bd792a166d70f185b0ebf62"
}