41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "@remotestorage/module-places",
|
|
"version": "1.1.3",
|
|
"description": "Manage favorite/saved places",
|
|
"homepage": "https://gitea.kosmos.org/raucao/remotestorage-module-places#remotestoragemodule-places",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitea.kosmos.org/raucao/remotestorage-module-places.git"
|
|
},
|
|
"keywords": [
|
|
"remotestorage",
|
|
"remotestorage-module"
|
|
],
|
|
"main": "dist/places.js",
|
|
"types": "dist/places.d.ts",
|
|
"type": "module",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "rimraf dist && tsc",
|
|
"doc": "typedoc",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"version": "pnpm run build && pnpm run doc && git add dist docs README.md"
|
|
},
|
|
"author": "Râu Cao <raucao@kosmos.org>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"json-schema-to-ts": "^3.1.1",
|
|
"remotestoragejs": "^2.0.0-beta.8",
|
|
"rimraf": "^6.1.2",
|
|
"typedoc": "^0.28.16",
|
|
"typedoc-plugin-markdown": "^4.9.0",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"dependencies": {
|
|
"latlon-geohash": "^2.0.0",
|
|
"ulid": "^3.0.2"
|
|
}
|
|
}
|