59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"name": "@mojoio/cloudflare",
|
|
"version": "5.0.9",
|
|
"private": false,
|
|
"description": "easy cloudflare management",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "(tstest test/)",
|
|
"build": "(tsbuild --web --allowimplicitany)"
|
|
},
|
|
"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.10",
|
|
"@pushrocks/smartlog": "^3.0.1",
|
|
"@pushrocks/smartpromise": "^3.1.3",
|
|
"@pushrocks/smartrequest": "^2.0.11",
|
|
"@pushrocks/smartstring": "^4.0.5",
|
|
"@tsclass/tsclass": "^4.0.21"
|
|
},
|
|
"devDependencies": {
|
|
"@gitzone/tsbuild": "^2.1.65",
|
|
"@gitzone/tsrun": "^1.2.37",
|
|
"@gitzone/tstest": "^1.0.73",
|
|
"@pushrocks/qenv": "^5.0.2",
|
|
"@pushrocks/tapbundle": "^5.0.4",
|
|
"@types/node": "^18.7.23"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
]
|
|
}
|