UNPKG

@textlint/feature-flag

Version:
46 lines (45 loc) 1.07 kB
{ "name": "@textlint/feature-flag", "version": "15.7.1", "description": "textlint internal feature flag manager.", "keywords": [ "textlint" ], "homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/feature-flag/", "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": { "test": "test" }, "files": [ "bin/", "lib/", "src/", "!*.tsbuildinfo" ], "scripts": { "build": "tsc -b", "clean": "rimraf lib/", "prepack": "npm run --if-present build", "test": "vitest run", "test:watch": "vitest watch", "watch": "tsc -b --watch" }, "devDependencies": { "@types/node": "^24.12.4", "rimraf": "^6.1.3", "typescript": "~5.8.3", "vitest": "^3.2.4" }, "gitHead": "91ffc5947325f0a9d0500b889550a1b4d232f5f1" }