cloudflare/package.json

57 lines
1.3 KiB
JSON
Raw Normal View History

2016-04-10 16:22:58 +00:00
{
"name": "@mojoio/cloudflare",
2021-01-22 20:45:36 +00:00
"version": "5.0.7",
"private": false,
2017-01-29 17:22:17 +00:00
"description": "easy cloudflare management",
2020-06-10 05:15:22 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2016-04-10 16:22:58 +00:00
"scripts": {
"test": "(tstest test/)",
2020-06-10 05:15:22 +00:00
"build": "(tsbuild --web)"
2016-04-10 16:22:58 +00:00
},
"repository": {
"type": "git",
2017-01-29 17:22:17 +00:00
"url": "git+https://gitlab.com/pushrocks/cflare.git"
2016-04-10 16:22:58 +00:00
},
"keywords": [
2017-01-29 17:22:17 +00:00
"Push.Rocks",
2016-04-10 16:22:58 +00:00
"cloudflare"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
2017-01-29 17:22:17 +00:00
"url": "https://gitlab.com/pushrocks/cflare/issues"
2016-04-10 16:22:58 +00:00
},
2017-01-29 17:22:17 +00:00
"homepage": "https://gitlab.com/pushrocks/cflare#readme",
2016-04-27 00:20:27 +00:00
"dependencies": {
2021-01-22 20:45:35 +00:00
"@pushrocks/smartdelay": "^2.0.10",
"@pushrocks/smartlog": "^2.0.39",
"@pushrocks/smartpromise": "^3.1.3",
"@pushrocks/smartrequest": "^1.1.51",
"@pushrocks/smartstring": "^3.0.24",
"@tsclass/tsclass": "^3.0.29"
2016-04-27 00:20:27 +00:00
},
"devDependencies": {
2021-01-22 20:45:35 +00:00
"@gitzone/tsbuild": "^2.1.25",
2020-06-10 05:15:22 +00:00
"@gitzone/tsrun": "^1.2.12",
2021-01-22 20:45:35 +00:00
"@gitzone/tstest": "^1.0.52",
2020-06-10 05:15:22 +00:00
"@pushrocks/qenv": "^4.0.10",
2021-01-22 20:45:35 +00:00
"@pushrocks/tapbundle": "^3.2.9",
"@types/node": "^14.14.22",
"tslint": "^6.1.3",
2019-07-18 09:51:56 +00:00
"tslint-config-prettier": "^1.18.0"
},
"files": [
2020-02-09 17:36:29 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
2020-06-10 05:34:47 +00:00
"dist_*/**/*",
"dist_ts/**/*",
2020-02-09 17:36:29 +00:00
"dist_ts_web/**/*",
"assets/**/*",
2019-07-18 09:51:56 +00:00
"cli.js",
"npmextra.json",
"readme.md"
]
2020-06-10 05:34:48 +00:00
}