@sapphire/plugin-hmr
Advanced tools
Comparing version 1.2.1-next.2186d06.0 to 1.2.1-next.3825ab5.0
144
package.json
{ | ||
"name": "@sapphire/plugin-hmr", | ||
"version": "1.2.1-next.2186d06.0", | ||
"description": "Plugin for @sapphire/framework for hot module reloading for pieces", | ||
"author": "@sapphire", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
}, | ||
"./register": { | ||
"import": "./register.mjs", | ||
"require": "./register.js", | ||
"types": "./register.d.ts" | ||
} | ||
}, | ||
"sideEffects": [ | ||
"./dist/register.js", | ||
"./register.js", | ||
"./register.mjs" | ||
], | ||
"homepage": "https://sapphirejs.dev", | ||
"scripts": { | ||
"lint": "eslint src --ext ts --fix", | ||
"build": "tsc -b src && yarn esm:register && yarn esm:default", | ||
"esm:register": "gen-esm-wrapper dist/register.js dist/register.mjs", | ||
"esm:default": "gen-esm-wrapper dist/index.js dist/index.mjs", | ||
"prepublishOnly": "yarn build" | ||
}, | ||
"dependencies": { | ||
"chokidar": "^3.5.3", | ||
"tslib": "2.x" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/sapphiredev/plugins.git", | ||
"directory": "packages/hmr" | ||
}, | ||
"files": [ | ||
"dist", | ||
"!dist/*.tsbuildinfo", | ||
"register.*" | ||
], | ||
"engines": { | ||
"node": ">=16.6.0", | ||
"npm": ">=7.0.0" | ||
}, | ||
"keywords": [ | ||
"sapphiredev", | ||
"plugin", | ||
"bot", | ||
"typescript", | ||
"ts", | ||
"yarn", | ||
"discord", | ||
"sapphire" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/sapphiredev/plugins/issues" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "2186d068f325216d9c40dc1198493e7111162321" | ||
} | ||
"name": "@sapphire/plugin-hmr", | ||
"version": "1.2.1-next.3825ab5.0", | ||
"description": "Plugin for @sapphire/framework for hot module reloading for pieces", | ||
"author": "@sapphire", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
}, | ||
"./register": { | ||
"import": "./register.mjs", | ||
"require": "./register.js", | ||
"types": "./register.d.ts" | ||
} | ||
}, | ||
"sideEffects": [ | ||
"./dist/register.js", | ||
"./register.js", | ||
"./register.mjs" | ||
], | ||
"homepage": "https://sapphirejs.dev", | ||
"scripts": { | ||
"lint": "eslint src --ext ts --fix", | ||
"build": "tsc -b src && yarn esm:register && yarn esm:default", | ||
"esm:register": "gen-esm-wrapper dist/register.js dist/register.mjs", | ||
"esm:default": "gen-esm-wrapper dist/index.js dist/index.mjs", | ||
"prepublish": "yarn build", | ||
"bump": "cliff-jumper", | ||
"check-update": "cliff-jumper --dry-run" | ||
}, | ||
"dependencies": { | ||
"chokidar": "^3.5.3", | ||
"tslib": "2.x" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/sapphiredev/plugins.git", | ||
"directory": "packages/hmr" | ||
}, | ||
"files": [ | ||
"dist/**/*.js*", | ||
"dist/**/*.mjs*", | ||
"dist/**/*.d*", | ||
"register.*" | ||
], | ||
"engines": { | ||
"node": ">=16.6.0", | ||
"npm": ">=7.0.0" | ||
}, | ||
"keywords": [ | ||
"sapphiredev", | ||
"plugin", | ||
"bot", | ||
"typescript", | ||
"ts", | ||
"yarn", | ||
"discord", | ||
"sapphire" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/sapphiredev/plugins/issues" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"devDependencies": { | ||
"gen-esm-wrapper": "^1.1.3", | ||
"typescript": "^4.6.3" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26225
21
152
2