@digitak/grubber
Version:
Parse code files and patch it without having to use an AST
58 lines (57 loc) • 1.21 kB
JSON
{
"name": "@digitak/grubber",
"version": "3.1.4",
"description": "Parse code files and patch it without having to use an AST",
"type": "module",
"main": "index.js",
"exports": {
".": "./index.js",
"./*": "./*"
},
"scripts": {
"test": "esrun test",
"test:jsimports": "esrun test/patchJsImports",
"build": "esrun scripts/build",
"lint": "eslint source",
"lint:fix": "eslint source --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/digital-loukoum/grubber.git"
},
"keywords": [
"dependencies",
"parse",
"patch",
"find",
"replace",
"code",
"typescript",
"javascript",
"python",
"rust",
"c",
"c++",
"css",
"scss",
"nim"
],
"author": "Gin Quin",
"license": "MIT",
"bugs": {
"url": "https://github.com/digital-loukoum/grubber/issues"
},
"homepage": "https://github.com/digital-loukoum/grubber#readme",
"devDependencies": {
"@digitak/esrun": "^3.1.2",
"@types/node": "^17.0.17",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"eslint": "^8.17.0",
"eslint-plugin-import": "^2.26.0",
"fartest": "^2.1.8",
"ncp": "^2.0.0",
"prettier": "^2.7.1",
"typescript": "^4.7.3"
}
}