@acot/module-loader
Version:
Load the module according to the naming rule of acot.
47 lines (46 loc) • 1.04 kB
JSON
{
"name": "@acot/module-loader",
"version": "0.0.19",
"description": "Load the module according to the naming rule of acot.",
"keywords": [
"acot"
],
"homepage": "https://github.com/acot-a11y/acot/tree/main/packages/module-loader",
"bugs": {
"url": "https://github.com/acot-a11y/acot/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/acot-a11y/acot.git",
"directory": "packages/module-loader"
},
"license": "MIT",
"author": "wadackel <wadackel@gmail.com>",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"!**/__mocks__",
"!**/__tests__"
],
"scripts": {
"build": "tsc",
"test": "jest"
},
"jest": {
"preset": "ts-jest",
"rootDir": "src",
"testEnvironment": "node",
"testMatch": [
"**/__tests__/**/*.test.ts?(x)"
]
},
"dependencies": {
"@acot/utils": "0.0.19",
"debug": "^4.3.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "34ff82b04faf65d22f323fd9ea47e03ede0fc13c"
}