From ef8acc5d50fa3c23bd7c9d4bb720b7ff78581981 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 19 Aug 2023 14:13:31 -0300 Subject: clean up imports & miscellaneous metastructures across codebase --- package.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 12450d5..b9b8943 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,26 @@ "dev": "eslint src && node src/upd8.js" }, "imports": { + "#colors": "./src/util/colors.js", + "#content-dependencies": "./src/content/dependencies/index.js", + "#content-function": "./src/content-function.js", + "#cli": "./src/util/cli.js", + "#find": "./src/find.js", + "#html": "./src/util/html.js", + "#language": "./src/data/language.js", + "#page-specs": "./src/page/index.js", + "#node-utils": "./src/util/node-utils.js", + "#repl": "./src/repl.js", + "#replacer": "./src/util/replacer.js", + "#serialize": "./src/data/serialize.js", "#sugar": "./src/util/sugar.js", - "#wiki-data": "./src/util/wiki-data.js" + "#test-lib": "./test/lib/index.js", + "#things": "./src/data/things/index.js", + "#thumbs": "./src/gen-thumbs.js", + "#urls": "./src/util/urls.js", + "#validators": "./src/data/things/validators.js", + "#wiki-data": "./src/util/wiki-data.js", + "#yaml": "./src/data/yaml.js" }, "dependencies": { "chroma-js": "^2.4.2", -- cgit 1.3.0-6-gf8a5