1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-16 04:34:56 +02:00
apt/package.json

29 lines
659 B
JSON

{
"name": "apt-site",
"version": "1.0.0",
"description": "",
"main": "index.js",
"devDependencies": {
"alpinejs": "^3.8.1",
"anchor-js": "^4.1.0",
"clipboard": "^2.0.4",
"lunr": "^2.3.9",
"tippy.js": "^5.2.1",
"webpack": "^5.67.0",
"webpack-cli": "^4.9.2"
},
"scripts": {
"build": "./_scripts/build.sh",
"start": "./_scripts/start.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eosswedenorg/apt.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/eosswedenorg/apt/issues"
},
"homepage": "https://github.com/eosswedenorg/apt#readme"
}