2015-11-26 05:31:31 +00:00
|
|
|
{
|
2019-06-17 06:46:28 +00:00
|
|
|
"name": "@pushrocks/smartenv",
|
2022-03-25 12:22:43 +00:00
|
|
|
"version": "5.0.1",
|
2015-11-26 05:31:31 +00:00
|
|
|
"description": "store things about your environment and let them travel across modules",
|
2020-06-25 22:23:10 +00:00
|
|
|
"main": "dist_ts/index.js",
|
|
|
|
"typings": "dist_ts/index.d.ts",
|
2022-03-16 15:09:24 +00:00
|
|
|
"type": "module",
|
2015-11-26 05:31:31 +00:00
|
|
|
"scripts": {
|
2019-06-17 06:46:28 +00:00
|
|
|
"test": "(tstest test/ --web)",
|
2022-03-16 15:09:24 +00:00
|
|
|
"build": "(tsbuild --web --allowimplicitany && tsbundle npm)",
|
2016-02-17 20:44:40 +00:00
|
|
|
"testbrowser": "(npm test) && (node testbrowser.js)"
|
2015-11-26 05:31:31 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-11-21 13:51:35 +00:00
|
|
|
"url": "https://gitlab.com/pushrocks/smartenv.git"
|
2015-11-26 05:31:31 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"environment"
|
|
|
|
],
|
2017-04-20 22:04:28 +00:00
|
|
|
"author": "Lossless GmbH <hello@lossless.support> (https://lossless.com)",
|
2015-11-26 05:31:31 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2016-11-21 13:51:35 +00:00
|
|
|
"url": "https://gitlab.com/pushrocks/smartenv/issues"
|
2015-11-26 05:31:31 +00:00
|
|
|
},
|
2016-11-21 13:51:35 +00:00
|
|
|
"homepage": "https://gitlab.com/pushrocks/smartenv",
|
2015-11-26 05:31:31 +00:00
|
|
|
"dependencies": {
|
2022-03-25 12:22:42 +00:00
|
|
|
"@pushrocks/smartpromise": "^3.1.7"
|
2015-11-26 05:31:31 +00:00
|
|
|
},
|
2016-04-05 13:53:51 +00:00
|
|
|
"devDependencies": {
|
2022-03-16 15:09:24 +00:00
|
|
|
"@gitzone/tsbuild": "^2.1.56",
|
|
|
|
"@gitzone/tsbundle": "^1.0.98",
|
|
|
|
"@gitzone/tsrun": "^1.2.31",
|
|
|
|
"@gitzone/tstest": "^1.0.68",
|
|
|
|
"@pushrocks/tapbundle": "^5.0.2",
|
|
|
|
"@types/npm": "^7.19.0",
|
2022-03-25 12:22:42 +00:00
|
|
|
"@types/node": "^17.0.21"
|
2019-06-17 06:46:28 +00:00
|
|
|
},
|
2019-06-17 06:51:03 +00:00
|
|
|
"private": false,
|
2019-06-17 06:46:28 +00:00
|
|
|
"files": [
|
2020-06-25 22:23:10 +00:00
|
|
|
"ts/**/*",
|
|
|
|
"ts_web/**/*",
|
|
|
|
"dist/**/*",
|
|
|
|
"dist_*/**/*",
|
|
|
|
"dist_ts/**/*",
|
|
|
|
"dist_ts_web/**/*",
|
|
|
|
"assets/**/*",
|
2019-06-17 06:46:28 +00:00
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
2020-09-29 10:23:07 +00:00
|
|
|
],
|
|
|
|
"browserslist": [
|
|
|
|
"last 1 chrome versions"
|
2019-06-17 06:46:28 +00:00
|
|
|
]
|
2020-06-25 22:23:10 +00:00
|
|
|
}
|