medium/package.json

44 lines
1000 B
JSON
Raw Normal View History

2020-11-16 01:37:00 +00:00
{
"name": "@mojoio/medium",
2024-07-01 21:55:47 +00:00
"version": "1.0.6",
2020-11-16 01:37:00 +00:00
"private": false,
"description": "an unofficial medium.com API package",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Task Venture Capital GmbH",
2020-11-16 01:37:00 +00:00
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.25",
"@git.zone/tsbundle": "^2.0.8",
"@git.zone/tsrun": "^1.2.49",
"@git.zone/tstest": "^1.0.44",
"@push.rocks/tapbundle": "^5.0.8",
"@types/node": "^20.14.9"
2020-11-16 01:37:00 +00:00
},
2020-11-16 03:15:49 +00:00
"dependencies": {
"@push.rocks/qenv": "^6.0.5",
"@push.rocks/smartpromise": "^4.0.2",
"@push.rocks/smartrequest": "^2.0.15"
2020-11-16 03:15:49 +00:00
},
2020-11-16 01:37:00 +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"
]
2020-11-16 01:37:00 +00:00
}