fix(core): update
This commit is contained in:
52
package.json
52
package.json
@@ -1,27 +1,51 @@
|
||||
{
|
||||
"name": "@mojoio/digitalocean",
|
||||
"name": "@apiclient.xyz/digitalocean",
|
||||
"version": "1.0.3",
|
||||
"private": false,
|
||||
"description": "a digital ocean API wrapper by Lossless GmbH",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"author": "Lossless GmbH",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"test": "(tstest test/)",
|
||||
"build": "(tsbuild)",
|
||||
"format": "(gitzone format)"
|
||||
"format": "(gitzone format)",
|
||||
"buildDocs": "tsdoc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@gitzone/tsbuild": "^2.0.22",
|
||||
"@gitzone/tstest": "^1.0.15",
|
||||
"@pushrocks/qenv": "^2.0.2",
|
||||
"@pushrocks/tapbundle": "^3.0.7",
|
||||
"@types/node": "^10.11.7",
|
||||
"tslint": "^5.11.0",
|
||||
"tslint-config-prettier": "^1.15.0"
|
||||
"@git.zone/tsbuild": "^2.0.22",
|
||||
"@git.zone/tstest": "^1.0.15",
|
||||
"@push.rocks/qenv": "^6.0.4",
|
||||
"@push.rocks/tapbundle": "^5.0.15",
|
||||
"@types/node": "^10.11.7"
|
||||
},
|
||||
"dependencies": {
|
||||
"@pushrocks/smartrequest": "^1.1.14"
|
||||
}
|
||||
}
|
||||
"@git.zone/tsrun": "^1.2.46",
|
||||
"@push.rocks/smartrequest": "^2.0.21"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://gitea.lossless.digital/apiclient.xyz/digitalocean.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://gitea.lossless.digital/apiclient.xyz/digitalocean/issues"
|
||||
},
|
||||
"homepage": "https://gitea.lossless.digital/apiclient.xyz/digitalocean#readme",
|
||||
"type": "module",
|
||||
"browserslist": [
|
||||
"last 1 chrome versions"
|
||||
],
|
||||
"files": [
|
||||
"ts/**/*",
|
||||
"ts_web/**/*",
|
||||
"dist/**/*",
|
||||
"dist_*/**/*",
|
||||
"dist_ts/**/*",
|
||||
"dist_ts_web/**/*",
|
||||
"assets/**/*",
|
||||
"cli.js",
|
||||
"npmextra.json",
|
||||
"readme.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user