65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
JSON
{
|
|
"name": "npmcdn",
|
|
"version": "1.0.1",
|
|
"description": "a cdn using npm as source",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"author": "Lossless GmbH",
|
|
"license": "UNLICENSED",
|
|
"scripts": {
|
|
"test": "(tstest test/)",
|
|
"start": "(node --max_old_space_size=100 ./cli.js)",
|
|
"startTs": "(node cli.ts.js)",
|
|
"build": "(tsbuild --web)"
|
|
},
|
|
"devDependencies": {
|
|
"@gitzone/tsbuild": "^2.1.17",
|
|
"@gitzone/tsrun": "^1.2.8",
|
|
"@gitzone/tstest": "^1.0.28",
|
|
"@gitzone/tswatch": "^1.0.30",
|
|
"@pushrocks/tapbundle": "^3.0.13",
|
|
"tslint": "^5.20.0",
|
|
"tslint-config-prettier": "^1.18.0"
|
|
},
|
|
"dependencies": {
|
|
"@losslessone_private/lole-serviceserver": "^1.0.24",
|
|
"@pushrocks/smartstate": "^1.0.14",
|
|
"@pushrocks/qenv": "^4.0.10",
|
|
"@pushrocks/smartdata": "^4.0.12",
|
|
"@pushrocks/projectinfo": "^4.0.5",
|
|
"@pushrocks/smartdelay": "^2.0.13",
|
|
"@pushrocks/smartfile": "^8.0.10",
|
|
"@pushrocks/smartmarkdown": "^2.0.6",
|
|
"@pushrocks/smartmime": "^1.0.5",
|
|
"@pushrocks/smartnpm": "^1.0.39",
|
|
"@pushrocks/smartpromise": "^3.1.6",
|
|
"@pushrocks/smarttime": "^3.0.38",
|
|
"@pushrocks/tapbundle": "^3.2.14",
|
|
"@types/autocannon": "^4.1.1",
|
|
"@types/compression": "^1.7.2",
|
|
"@types/express": "^4.17.13",
|
|
"@types/splunk-logging": "^0.9.2",
|
|
"compression": "^1.7.4",
|
|
"express": "^4.17.1",
|
|
"lit-ntml": "^2.20.0",
|
|
"prom-client": "^13.2.0",
|
|
"splunk-logging": "^0.11.1",
|
|
"tty-table": "^4.1.3"
|
|
},
|
|
"private": true,
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
]
|
|
} |