diff options
author | Matt Strapp <matt@mattstrapp.net> | 2023-09-13 15:14:25 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2023-09-13 15:22:38 -0500 |
commit | fe4b4fdf7cbbf27ab96b4618ab0d3f39b02a04ce (patch) | |
tree | fdded80b264dcd8576dd4735c2c8a80806103040 /package.json | |
download | trinkets-fe4b4fdf7cbbf27ab96b4618ab0d3f39b02a04ce.tar trinkets-fe4b4fdf7cbbf27ab96b4618ab0d3f39b02a04ce.tar.gz trinkets-fe4b4fdf7cbbf27ab96b4618ab0d3f39b02a04ce.tar.bz2 trinkets-fe4b4fdf7cbbf27ab96b4618ab0d3f39b02a04ce.tar.lz trinkets-fe4b4fdf7cbbf27ab96b4618ab0d3f39b02a04ce.tar.xz trinkets-fe4b4fdf7cbbf27ab96b4618ab0d3f39b02a04ce.tar.zst trinkets-fe4b4fdf7cbbf27ab96b4618ab0d3f39b02a04ce.zip |
Initial commit
Get the skeleton (hehe) started
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..14f150c --- /dev/null +++ b/package.json @@ -0,0 +1,18 @@ +{ + "name": "rosstheross.github.io", + "description": "", + "version": "1.0.0", + "author": "Matt Strapp <matt@mattstrapp.net>", + "devDependencies": { + "syncpack": "^11.2.1" + }, + "keywords": [], + "license": "ISC", + "main": "index.js", + "private": true, + "scripts": { + "sync-deps": "syncpack", + "fix-deps": "syncpack fix-mismatches", + "test": "echo \"Error: no test specified\" && exit 1" + } +} |