smartupdate/package.json

46 lines
1.1 KiB
JSON
Raw Normal View History

2017-08-15 17:29:18 +00:00
{
"name": "@pushrocks/smartupdate",
2022-06-01 18:29:14 +00:00
"version": "2.0.4",
"private": false,
2017-08-15 17:29:18 +00:00
"description": "update your tools in a smart way",
2020-06-25 20:10:43 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2022-04-13 14:02:29 +00:00
"type": "module",
2017-08-15 17:29:18 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
2022-04-13 14:20:51 +00:00
"build": "(tsbuild --web --allowimplicitany)"
2017-08-15 17:29:18 +00:00
},
"devDependencies": {
2022-06-01 18:29:13 +00:00
"@gitzone/tsbuild": "^2.1.63",
"@gitzone/tsrun": "^1.2.34",
"@gitzone/tstest": "^1.0.71",
2022-04-13 14:02:29 +00:00
"@pushrocks/tapbundle": "^5.0.3",
2022-06-01 18:29:13 +00:00
"@types/node": "^17.0.38"
2017-08-15 17:29:18 +00:00
},
"dependencies": {
"@pushrocks/consolecolor": "^2.0.1",
2022-04-13 14:02:29 +00:00
"@pushrocks/npmextra": "^3.0.9",
"@pushrocks/smartnpm": "^2.0.0",
"@pushrocks/smartopen": "^2.0.0",
"@pushrocks/smarttime": "^3.0.45",
2022-06-01 18:29:13 +00:00
"@pushrocks/smartversion": "^3.0.2"
2019-09-04 14:27:42 +00:00
},
"files": [
2020-06-25 20:10:43 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
2019-09-04 14:27:42 +00:00
"cli.js",
"npmextra.json",
"readme.md"
2022-04-13 14:54:40 +00:00
],
"browserslist": [
"last 1 chrome versions"
2019-09-04 14:27:42 +00:00
]
2022-04-13 14:54:41 +00:00
}