diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..613747e --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "land-and-freedom", + "version": "1.0.0", + "description": "", + "main": "rules.js", + "scripts": { + "build:scss": "sass --no-source-map land-and-freedom.scss land-and-freedom.css", + "watch:scss": "sass --no-source-map --watch land-and-freedom.scss land-and-freedom.css" + }, + "author": "", + "license": "ISC", + "devDependencies": { + "sass": "^1.81.0" + } +}
\ No newline at end of file |