summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authoruakci <git@uakci.space>2024-04-13 13:48:55 +0000
committeruakci <git@uakci.space>2024-04-13 13:48:55 +0000
commit7d14ee03e9fdad3736f14748115ad5a55c0dcd53 (patch)
treed9cf89e7bfa9b82a7551197cfb4a853c7826313a /package.json
downloadrunicity-main.tar.gz
runicity-main.zip
Diffstat (limited to '')
-rw-r--r--package.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..4f978ad
--- /dev/null
+++ b/package.json
@@ -0,0 +1,19 @@
+{
+ "name": "she-code-on-my-pen-til-i",
+ "version": "1.0.0",
+ "description": "",
+ "main": "dist/index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1",
+ "build": "mkdir -p dist && cp -a static/* dist/ && esbuild --bundle --sourcemap ./src/index.tsx --outfile=dist/index.js",
+ "format": "prettier -w --cache ."
+ },
+ "dependencies": {
+ "preact": "^10.20.2"
+ },
+ "devDependencies": {
+ "esbuild": "^0.20.2",
+ "prettier": "^3.2.5",
+ "typescript": "^5.4.5"
+ }
+}