interfaces/package.json
Philipp Kunz 27af4bc41f
Some checks failed
Default (tags) / security (push) Successful in 55s
Default (tags) / test (push) Successful in 1m44s
Default (tags) / release (push) Failing after 1m31s
Default (tags) / metadata (push) Successful in 2m2s
1.2.0
2024-12-27 01:33:13 +01:00

51 lines
1.2 KiB
JSON

{
"name": "@social.io/interfaces",
"version": "1.2.0",
"private": false,
"description": "an interface package for social.io",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Task Venture Capital GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web)",
"format": "(gitzone format)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.66",
"@git.zone/tsrun": "^1.3.3",
"@git.zone/tstest": "^1.0.74",
"@push.rocks/tapbundle": "^5.0.4",
"@types/node": "^20.2.5"
},
"dependencies": {
"@apiglobal/typedrequest-interfaces": "^2.0.1"
},
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"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"
}