smartarchive/package.json

50 lines
1.2 KiB
JSON
Raw Normal View History

2016-01-18 18:38:55 +00:00
{
2017-03-12 21:16:48 +00:00
"name": "smartarchive",
2020-03-16 14:38:18 +00:00
"version": "1.0.6",
2017-03-12 21:20:10 +00:00
"description": "work with archives",
2020-03-13 20:22:56 +00:00
"main": "dist_ts/index.js",
2020-03-16 14:38:17 +00:00
"typings": "dist_ts/index.d.ts",
2016-01-18 18:38:55 +00:00
"scripts": {
2020-03-13 20:22:56 +00:00
"test": "tstest test/",
"build": "tsbuild"
2016-01-18 18:38:55 +00:00
},
"repository": {
"type": "git",
2017-03-12 21:16:48 +00:00
"url": "git+https://github.com/pushrocks/smartarchive.git"
2016-01-18 18:38:55 +00:00
},
2017-03-12 21:16:48 +00:00
"author": "Lossless GmbH",
2016-01-18 18:38:55 +00:00
"license": "MIT",
"bugs": {
2017-03-12 21:16:48 +00:00
"url": "https://github.com/pushrocks/smartarchive/issues"
2016-01-18 18:38:55 +00:00
},
2017-03-12 21:16:48 +00:00
"homepage": "https://github.com/pushrocks/smartarchive#readme",
2016-01-18 18:38:55 +00:00
"dependencies": {
2020-03-16 15:13:58 +00:00
"@pushrocks/smartfile": "^7.0.11",
2020-03-13 20:22:56 +00:00
"@pushrocks/smartpath": "^4.0.1",
2020-03-16 14:38:17 +00:00
"@pushrocks/smartrequest": "^1.1.47",
"@pushrocks/smartunique": "^3.0.3",
2020-03-13 20:22:56 +00:00
"@types/tar": "^4.0.3",
"tar": "^6.0.1"
2016-01-18 18:38:55 +00:00
},
2020-03-13 20:22:56 +00:00
"devDependencies": {
"@gitzone/tsbuild": "^2.1.22",
"@gitzone/tstest": "^1.0.28",
2020-03-16 14:38:17 +00:00
"@pushrocks/tapbundle": "^3.2.1",
2020-03-13 20:22:56 +00:00
"tslint": "^6.1.0",
"tslint-config-prettier": "^1.18.0"
},
"private": false,
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
2020-03-16 15:13:58 +00:00
"dist_*/**/*",
"dist_ts/**/*",
2020-03-13 20:22:56 +00:00
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2016-01-18 18:38:55 +00:00
}