UNPKG

@textlint/feature-flag

Version:
48 lines (47 loc) 1.16 kB
{ "name": "@textlint/feature-flag", "version": "14.8.4", "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", "module": "./module/src/index.js", "types": "./lib/src/index.d.ts", "directories": { "test": "test" }, "files": [ "bin/", "lib/", "module/", "src/", "!*.tsbuildinfo" ], "scripts": { "build": "tsc -b && tsc -b tsconfig.module.json", "clean": "rimraf lib/ module/", "prepack": "npm run --if-present build", "test": "vitest run", "test:watch": "vitest watch", "watch": "tsc -b --watch" }, "devDependencies": { "@types/node": "^18.19.111", "rimraf": "^6.0.1", "typescript": "~5.8.3", "vitest": "^3.2.3" }, "gitHead": "2733e1b81674a28437c8e52ca49f6c389e8e2b67" }