mirror of
https://github.com/sunknudsen/privacy-guides.git
synced 2025-02-22 16:53:56 +00:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "privacy-guides",
|
|
"description": "Privacy guides tasks",
|
|
"version": "1.0.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sunknudsen/privacy-guides.git"
|
|
},
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"scripts": {
|
|
"serve": "node index.js",
|
|
"ncu": "ncu --target minor --upgrade"
|
|
},
|
|
"author": "Sun Knudsen <hello@sunknudsen.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/sunknudsen/privacy-guides/issues"
|
|
},
|
|
"homepage": "https://github.com/sunknudsen/privacy-guides#readme",
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.13",
|
|
"@types/fs-extra": "^9.0.13",
|
|
"clipboardy": "^3.0.0",
|
|
"dotenv": "^16.0.0",
|
|
"express": "^4.17.3",
|
|
"fs-extra": "^10.0.1",
|
|
"github-markdown-css": "^5.1.0",
|
|
"got": "^12.0.3",
|
|
"handlebars": "^4.7.7",
|
|
"npm-check-updates": "^12.5.7",
|
|
"open": "^8.4.0",
|
|
"prettier": "^2.6.2",
|
|
"readdirp": "^3.6.0",
|
|
"youtube-player-screenshot": "^0.3.0"
|
|
},
|
|
"prettier": {
|
|
"endOfLine": "lf",
|
|
"printWidth": 80,
|
|
"semi": false,
|
|
"tabWidth": 2,
|
|
"trailingComma": "es5"
|
|
}
|
|
}
|