websegura/package.json
Adrián de la Rosa Martín e9f90acfce Licenciado como AGPLv3
2021-01-17 16:23:07 +01:00

28 lines
720 B
JSON

{
"name": "websegura",
"version": "1.0.0",
"private": true,
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run build:dev -- --serve --watch",
"build:dev": "npx @11ty/eleventy",
"build": "env NODE_ENV=production npm run build:dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PucelaBits/websegura.git"
},
"author": "",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/PucelaBits/websegura/issues"
},
"homepage": "https://github.com/PucelaBits/websegura#readme",
"devDependencies": {
"@11ty/eleventy": "^0.11.1",
"csv-parse": "^4.14.2"
}
}