smartsystem/package.json

53 lines
1.2 KiB
JSON
Raw Normal View History

2016-10-06 17:28:00 +00:00
{
2019-08-22 00:14:17 +00:00
"name": "@pushrocks/smartsystem",
2019-09-08 13:56:50 +00:00
"version": "2.0.9",
2019-08-21 23:05:21 +00:00
"description": "interact with the system you are running on",
2016-10-06 17:28:00 +00:00
"main": "dist/index.js",
2016-10-11 23:41:30 +00:00
"typings": "dist/index.d.ts",
2016-10-06 17:28:00 +00:00
"scripts": {
2019-08-21 23:05:21 +00:00
"test": "(tstest test/)",
"build": "(tsbuild)"
2016-10-06 17:28:00 +00:00
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/smartsystem.git"
},
"keywords": [
"TypeScript",
"lazy",
"module loader"
],
2016-10-06 17:28:00 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/smartsystem/issues"
},
2016-10-06 21:00:29 +00:00
"homepage": "https://gitlab.com/pushrocks/smartsystem#README",
"dependencies": {
2019-09-08 13:56:50 +00:00
"@pushrocks/lik": "^3.0.11",
2019-08-21 23:05:21 +00:00
"@pushrocks/smartenv": "^4.0.7",
2019-09-08 13:56:50 +00:00
"@pushrocks/smartnetwork": "^1.1.11",
"@pushrocks/smartpromise": "^3.0.2",
"systeminformation": "^4.14.8"
2016-10-11 23:41:30 +00:00
},
"devDependencies": {
2019-09-08 13:56:50 +00:00
"@gitzone/tsbuild": "^2.1.17",
2019-08-21 23:05:21 +00:00
"@gitzone/tstest": "^1.0.24",
2019-09-08 13:56:50 +00:00
"@pushrocks/tapbundle": "^3.0.13",
2019-08-21 23:05:21 +00:00
"tslint": "^5.19.0",
"tslint-config-prettier": "^1.18.0"
},
"private": false,
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"dist_ts_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-09-08 13:56:50 +00:00
}