websegura/package.json

29 lines
806 B
JSON
Raw Normal View History

2021-01-13 22:31:38 +01:00
{
"name": "websegura",
2021-01-13 22:31:38 +01:00
"version": "1.0.0",
"private": true,
2021-01-13 22:31:38 +01:00
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run build:dev -- --serve --watch",
"build:dev": "npm run build:sass && npx @11ty/eleventy",
"build:sass": "npx sass --no-source-map assets/sass:assets/css",
2021-01-13 22:31:38 +01:00
"build": "env NODE_ENV=production npm run build:dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PucelaBits/websegura.git"
2021-01-13 22:31:38 +01:00
},
"author": "",
2021-01-17 16:23:07 +01:00
"license": "AGPL-3.0-or-later",
2021-01-13 22:31:38 +01:00
"bugs": {
"url": "https://github.com/PucelaBits/websegura/issues"
2021-01-13 22:31:38 +01:00
},
"homepage": "https://github.com/PucelaBits/websegura#readme",
2021-01-13 22:31:38 +01:00
"devDependencies": {
"@11ty/eleventy": "^0.11.1",
"sass": "^1.32.5"
2021-01-13 22:31:38 +01:00
}
}