digitalocean/package.json

52 lines
1.2 KiB
JSON
Raw Normal View History

2017-02-08 22:31:05 +00:00
{
2024-01-24 14:24:53 +00:00
"name": "@apiclient.xyz/digitalocean",
2024-01-24 22:56:30 +00:00
"version": "1.0.5",
2019-01-05 21:00:02 +00:00
"private": false,
"description": "a digital ocean API wrapper by Lossless GmbH",
2024-01-24 14:24:53 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2017-09-17 15:35:01 +00:00
"author": "Lossless GmbH",
"license": "MIT",
2017-02-08 22:31:05 +00:00
"scripts": {
2019-01-05 21:00:02 +00:00
"test": "(tstest test/)",
"build": "(tsbuild)",
2024-01-24 14:24:53 +00:00
"format": "(gitzone format)",
"buildDocs": "tsdoc"
2017-02-08 22:31:05 +00:00
},
2017-09-17 15:35:51 +00:00
"devDependencies": {
2024-01-24 14:24:53 +00:00
"@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"
2017-02-08 22:31:05 +00:00
},
2017-09-17 15:35:01 +00:00
"dependencies": {
2024-01-24 14:24:53 +00:00
"@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"
]
2024-01-24 14:24:53 +00:00
}