displace-comments
Version:
Replace the comment with an equal amount of space from the code string
42 lines (41 loc) • 1.07 kB
JSON
{
"name": "displace-comments",
"version": "1.0.8",
"description": "Replace the comment with an equal amount of space from the code string",
"packageManager": "pnpm@7.1.7",
"main":"./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"preinstall": "npx npm-only-allow@latest --PM pnpm --lang zh",
"build": "tsup src/*.ts --format cjs,esm --dts --splitting --clean --watch src",
"dev": "node ./test.js"
},
"files": [
"dist"
],
"engines": {
"node": ">= 14"
},
"keywords": [
"comment",
"delete-comments",
"remove-comments",
"strip-comments"
],
"repository": {
"type": "git",
"url": "git+https://github.com/supanpanCn/displace-comments.git"
},
"author": "supanpan",
"license": "MIT",
"bugs": {
"url": "https://github.com/supanpanCn/displace-comments/issues"
},
"homepage": "https://github.com/supanpanCn/displace-comments#readme",
"devDependencies": {
"@types/node": "^18.11.18",
"tsup": "^6.5.0",
"typescript": "^4.9.5"
}
}