31 lines
728 B
JSON
31 lines
728 B
JSON
{
|
|
"name": "linkding",
|
|
"version": "1.0.0",
|
|
"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": "^11.0.0",
|
|
"@rollup/plugin-node-resolve": "^6.0.0",
|
|
"rollup": "^1.20.0",
|
|
"rollup-plugin-svelte": "^5.0.3",
|
|
"rollup-plugin-terser": "^5.1.2",
|
|
"svelte": "^3.0.0"
|
|
}
|
|
}
|