linkding/package.json

34 lines
788 B
JSON
Raw Normal View History

2019-06-29 12:03:29 +00:00
{
2020-12-31 05:16:52 +00:00
"name": "linkding",
2024-09-10 19:39:48 +00:00
"version": "1.32.0",
2019-06-29 12:03:29 +00:00
"description": "",
"main": "index.js",
"scripts": {
2019-12-27 11:32:44 +00:00
"build": "rollup -c",
"dev": "rollup -c -w"
2019-06-29 12:03:29 +00:00
},
"repository": {
"type": "git",
2020-12-31 05:16:52 +00:00
"url": "git+https://github.com/sissbruecker/linkding.git"
2019-06-29 12:03:29 +00:00
},
"keywords": [],
"author": "",
"license": "MIT",
2019-06-29 12:03:29 +00:00
"bugs": {
2020-12-31 05:16:52 +00:00
"url": "https://github.com/sissbruecker/linkding/issues"
2019-06-29 12:03:29 +00:00
},
2020-12-31 05:16:52 +00:00
"homepage": "https://github.com/sissbruecker/linkding#readme",
2019-06-29 12:03:29 +00:00
"dependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
2024-03-18 21:50:07 +00:00
"@rollup/wasm-node": "^4.13.0",
"rollup-plugin-svelte": "^7.2.0",
"spectre.css": "^0.5.8",
"svelte": "^4.0.0"
},
"devDependencies": {
"prettier": "^3.0.2"
},
"web-types": "./web-types.json"
2019-06-29 12:03:29 +00:00
}