UNPKG

@textlint/resolver

Version:
60 lines (59 loc) 1.43 kB
{ "name": "@textlint/resolver", "version": "15.2.1", "description": "Module Resolver Utility for textlint", "keywords": [ "textlint", "node", "config", "loader" ], "homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/resolver/", "bugs": { "url": "https://github.com/textlint/textlint/issues" }, "repository": { "type": "git", "url": "https://github.com/textlint/textlint.git" }, "license": "MIT", "author": "azu", "type": "commonjs", "main": "lib/src/index.js", "types": "lib/src/index.d.ts", "directories": { "lib": "lib", "test": "test" }, "files": [ "bin/", "src/" ], "scripts": { "build": "tsc -b", "clean": "tsc -b --clean", "prepublishOnly": "npm run clean && npm run build", "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", "prepublish": "npm run --if-present build", "test": "vitest run", "test:watch": "vitest watch", "updateSnapshot": "UPDATE_SNAPSHOT=1 npm test", "watch": "tsc --build --watch" }, "prettier": { "printWidth": 120, "singleQuote": false, "tabWidth": 4 }, "devDependencies": { "@types/debug": "^4.1.12", "@types/node": "^20.19.8", "prettier": "^2.8.1", "typescript": "^5.8.3", "vitest": "^3.2.4" }, "publishConfig": { "access": "public" }, "gitHead": "67a43cde58e7babe58bae3165e1d6c21bec0c14f" }