CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes45downloads
package.json60 linesDownload Raw Back to resolver
1{2  "name": "@textlint/resolver",3  "version": "15.7.1",4  "description": "Module Resolver Utility for textlint",5  "keywords": [6    "textlint",7    "node",8    "config",9    "loader"10  ],11  "homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/resolver/",12  "bugs": {13    "url": "https://github.com/textlint/textlint/issues"14  },15  "repository": {16    "type": "git",17    "url": "https://github.com/textlint/textlint.git"18  },19  "license": "MIT",20  "author": "azu",21  "type": "commonjs",22  "main": "lib/src/index.js",23  "types": "lib/src/index.d.ts",24  "directories": {25    "lib": "lib",26    "test": "test"27  },28  "files": [29    "bin/",30    "src/"31  ],32  "scripts": {33    "build": "tsc -b",34    "clean": "tsc -b --clean",35    "prepublishOnly": "npm run clean && npm run build",36    "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",37    "prepublish": "npm run --if-present build",38    "test": "vitest run",39    "test:watch": "vitest watch",40    "updateSnapshot": "UPDATE_SNAPSHOT=1 npm test",41    "watch": "tsc --build --watch"42  },43  "prettier": {44    "printWidth": 120,45    "singleQuote": false,46    "tabWidth": 447  },48  "devDependencies": {49    "@types/debug": "^4.1.13",50    "@types/node": "^24.12.4",51    "prettier": "^2.8.1",52    "typescript": "~5.8.3",53    "vitest": "^3.2.4"54  },55  "publishConfig": {56    "access": "public"57  },58  "gitHead": "91ffc5947325f0a9d0500b889550a1b4d232f5f1"59}60 
basant307/AI_Governance_Project · CoolFace