diff options
| author | benj <benj@rse8.com> | 2022-11-25 16:42:16 -0800 |
|---|---|---|
| committer | benj <benj@rse8.com> | 2022-11-25 16:42:16 -0800 |
| commit | aa8c20d501b58001a5e1b24964c62363e2112ff8 (patch) | |
| tree | 82e53aa5efd6e0a96e8c436655c083de617a6131 /landing/package.json | |
| parent | fcd972fd9ae7579724b0ba9b401ceb729e6e0108 (diff) | |
| download | secdiam-aa8c20d501b58001a5e1b24964c62363e2112ff8.tar secdiam-aa8c20d501b58001a5e1b24964c62363e2112ff8.tar.gz secdiam-aa8c20d501b58001a5e1b24964c62363e2112ff8.tar.bz2 secdiam-aa8c20d501b58001a5e1b24964c62363e2112ff8.tar.lz secdiam-aa8c20d501b58001a5e1b24964c62363e2112ff8.tar.xz secdiam-aa8c20d501b58001a5e1b24964c62363e2112ff8.tar.zst secdiam-aa8c20d501b58001a5e1b24964c62363e2112ff8.zip | |
some shell is coming together and a rough API
Diffstat (limited to 'landing/package.json')
| -rw-r--r-- | landing/package.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/landing/package.json b/landing/package.json new file mode 100644 index 0000000..7419243 --- /dev/null +++ b/landing/package.json @@ -0,0 +1,15 @@ +{ + "name": "secd", + "version": "1.0.0", + "description": "secd landing page", + "main": "index.js", + "scripts": { + "start": "npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch", + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC", + "devDependencies": { + "tailwindcss": "^3.2.4" + } +} |
