mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-16 04:34:56 +02:00
24 lines
531 B
JSON
24 lines
531 B
JSON
{
|
|
"name": "apt-site",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"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"
|
|
}
|