31 lines
730 B
JSON
31 lines
730 B
JSON
{
|
|
"name": "linkding",
|
|
"version": "1.1.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"dev": "rollup -c -w"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sissbruecker/linkding.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/sissbruecker/linkding/issues"
|
|
},
|
|
"homepage": "https://github.com/sissbruecker/linkding#readme",
|
|
"dependencies": {
|
|
"spectre.css": "^0.5.8",
|
|
"@rollup/plugin-commonjs": "^17.0.0",
|
|
"@rollup/plugin-node-resolve": "^11.0.1",
|
|
"rollup": "^2.35.1",
|
|
"rollup-plugin-svelte": "^7.0.0",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"svelte": "^3.31.0"
|
|
}
|
|
}
|