smartjimp/package.json

55 lines
1.3 KiB
JSON
Raw Normal View History

2020-02-01 17:24:41 +00:00
{
2023-07-10 00:56:32 +00:00
"name": "@push.rocks/smartjimp",
2023-12-03 18:04:37 +00:00
"version": "1.0.14",
2020-02-01 17:24:41 +00:00
"private": false,
"description": "a tool fr working with images in TypeScript",
2023-01-09 17:17:33 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2020-02-01 17:24:41 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
2023-11-24 19:08:48 +00:00
"build": "(tsbuild --allowimplicitany)",
2023-01-09 17:17:33 +00:00
"buildDocs": "tsdoc"
2020-02-01 17:24:41 +00:00
},
"devDependencies": {
2023-11-24 19:08:48 +00:00
"@git.zone/tsbuild": "^2.1.66",
"@git.zone/tsrun": "^1.2.44",
"@git.zone/tstest": "^1.0.77",
"@push.rocks/tapbundle": "^5.0.8",
2023-12-03 15:32:52 +00:00
"@types/node": "^20.10.2"
2020-02-01 17:24:41 +00:00
},
2020-02-02 20:10:42 +00:00
"dependencies": {
2023-11-24 19:08:48 +00:00
"@push.rocks/levelcache": "^3.0.3",
"@push.rocks/smartfile": "^11.0.4",
"@push.rocks/smarthash": "^3.0.4",
"@push.rocks/smartpath": "^5.0.5",
"@push.rocks/smartrequest": "^2.0.15",
2023-12-03 15:32:52 +00:00
"sharp": "^0.33.0"
2020-02-02 20:10:42 +00:00
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
2023-01-09 17:17:33 +00:00
"dist_*/**/*",
"dist_ts/**/*",
2020-02-02 20:10:42 +00:00
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
2023-01-09 17:17:33 +00:00
],
"type": "module",
"browserslist": [
"last 1 chrome versions"
2023-11-24 19:21:12 +00:00
],
"repository": {
"type": "git",
"url": "git+https://gitlab.com/push.rocks/smartjimp.git"
},
"bugs": {
"url": "https://gitlab.com/push.rocks/smartjimp/issues"
},
"homepage": "https://gitlab.com/push.rocks/smartjimp#readme"
2023-11-24 19:21:13 +00:00
}