Files
smartfeed/package.json

69 lines
1.6 KiB
JSON
Raw Normal View History

2020-10-25 00:09:33 +00:00
{
2023-07-10 02:55:49 +02:00
"name": "@push.rocks/smartfeed",
2020-12-10 17:33:02 +00:00
"version": "1.0.11",
2020-10-25 00:09:33 +00:00
"private": false,
2024-04-14 17:35:04 +02:00
"description": "A library for creating and parsing various feed formats.",
2020-10-25 00:09:33 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --verbose)",
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
2020-10-25 00:09:33 +00:00
},
"devDependencies": {
"@git.zone/tsbuild": "^2.6.8",
"@git.zone/tsbundle": "^2.5.1",
"@git.zone/tstest": "^2.7.0",
"@pushrocks/smartfile": "^10.0.26",
"@types/node": "^24.9.2"
2020-10-25 00:09:33 +00:00
},
2020-10-25 14:02:03 +00:00
"dependencies": {
"@tsclass/tsclass": "^9.3.0",
"feed": "^5.1.0",
2020-12-10 17:33:01 +00:00
"rss-parser": "^3.10.0"
2020-10-25 14:02:03 +00:00
},
2020-10-25 00:09:33 +00:00
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
2024-04-14 17:35:04 +02:00
],
"keywords": [
"RSS",
"Atom",
"feeds creation",
"feeds parsing",
"TypeScript",
"content syndication",
"RSS parser",
"feed generator",
"news feed",
"XML feeds",
"JSON feeds"
2024-05-29 14:13:06 +02:00
],
"homepage": "https://code.foss.global/push.rocks/smartfeed#readme",
2024-05-29 14:13:06 +02:00
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartfeed.git"
},
"packageManager": "pnpm@10.18.1+sha512.77a884a165cbba2d8d1c19e3b4880eee6d2fcabd0d879121e282196b80042351d5eb3ca0935fa599da1dc51265cc68816ad2bddd2a2de5ea9fdf92adbec7cd34",
"bugs": {
"url": "https://code.foss.global/push.rocks/smartfeed/issues"
},
"type": "module",
"pnpm": {
"overrides": {}
2024-05-29 14:13:06 +02:00
}
}