2020-09-14 09:43:39 +00:00
|
|
|
{
|
2024-12-27 00:31:55 +00:00
|
|
|
"name": "@social.io/interfaces",
|
2024-12-27 00:31:55 +00:00
|
|
|
"version": "1.1.0",
|
2020-09-14 09:43:39 +00:00
|
|
|
"private": false,
|
|
|
|
"description": "an interface package for social.io",
|
|
|
|
"main": "dist_ts/index.js",
|
|
|
|
"typings": "dist_ts/index.d.ts",
|
2024-12-27 00:31:55 +00:00
|
|
|
"type": "module",
|
|
|
|
"author": "Task Venture Capital GmbH",
|
|
|
|
"license": "MIT",
|
2020-09-14 09:43:39 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "(tstest test/)",
|
2020-09-14 15:54:05 +00:00
|
|
|
"build": "(tsbuild --web)",
|
2024-12-27 00:33:13 +00:00
|
|
|
"format": "(gitzone format)",
|
|
|
|
"buildDocs": "tsdoc"
|
2020-09-14 09:43:39 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-12-27 00:31:55 +00:00
|
|
|
"@git.zone/tsbuild": "^2.1.66",
|
|
|
|
"@git.zone/tsrun": "^1.3.3",
|
|
|
|
"@git.zone/tstest": "^1.0.74",
|
|
|
|
"@push.rocks/tapbundle": "^5.0.4",
|
2023-06-09 18:19:36 +00:00
|
|
|
"@types/node": "^20.2.5"
|
2020-09-14 09:43:39 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-06-09 18:19:36 +00:00
|
|
|
"@apiglobal/typedrequest-interfaces": "^2.0.1"
|
2020-09-14 09:43:39 +00:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"last 1 chrome versions"
|
|
|
|
],
|
|
|
|
"files": [
|
|
|
|
"ts/**/*",
|
|
|
|
"ts_web/**/*",
|
|
|
|
"dist/**/*",
|
|
|
|
"dist_*/**/*",
|
|
|
|
"dist_ts/**/*",
|
|
|
|
"dist_ts_web/**/*",
|
|
|
|
"assets/**/*",
|
|
|
|
"cli.js",
|
|
|
|
"npmextra.json",
|
|
|
|
"readme.md"
|
2024-12-27 00:33:13 +00:00
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://gitlab.com/social.io/private/interfaces.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://gitlab.com/social.io/private/interfaces/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://gitlab.com/social.io/private/interfaces#readme"
|
|
|
|
}
|