56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "@mojoio/cloudflare",
|
|
"version": "3.0.0",
|
|
"private": false,
|
|
"description": "easy cloudflare management",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"test": "(tstest test/)",
|
|
"build": "(tsbuild)"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://gitlab.com/pushrocks/cflare.git"
|
|
},
|
|
"keywords": [
|
|
"Push.Rocks",
|
|
"cloudflare"
|
|
],
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/pushrocks/cflare/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/pushrocks/cflare#readme",
|
|
"dependencies": {
|
|
"@pushrocks/smartdelay": "^2.0.3",
|
|
"@pushrocks/smartlog": "^2.0.19",
|
|
"@pushrocks/smartpromise": "^3.0.2",
|
|
"@pushrocks/smartrequest": "^1.1.16",
|
|
"@pushrocks/smartstring": "^3.0.10",
|
|
"@tsclass/tsclass": "^2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@gitzone/tsbuild": "^2.1.11",
|
|
"@gitzone/tsrun": "^1.2.8",
|
|
"@gitzone/tstest": "^1.0.24",
|
|
"@pushrocks/qenv": "^4.0.0",
|
|
"@pushrocks/tapbundle": "^3.0.11",
|
|
"@types/node": "^12.6.6",
|
|
"tslint": "^5.18.0",
|
|
"tslint-config-prettier": "^1.18.0"
|
|
},
|
|
"files": [
|
|
"ts/*",
|
|
"ts_web/*",
|
|
"dist/*",
|
|
"dist_web/*",
|
|
"dist_ts_web/*",
|
|
"assets/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
]
|
|
}
|