tapbundle-fs/package.json

56 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2022-12-04 16:13:58 +00:00
{
2024-03-30 20:49:11 +00:00
"name": "@push.rocks/tapbundle-fs",
2022-12-05 07:03:01 +00:00
"version": "1.0.4",
2022-12-04 16:13:58 +00:00
"private": false,
2024-04-14 16:37:25 +00:00
"description": "An extension for tapbundle that adds filesystem functionalities.",
2022-12-04 16:13:58 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "(tsdoc)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsbundle": "^2.0.5",
"@gitzone/tsdoc": "^1.1.10",
2022-12-05 07:03:00 +00:00
"@gitzone/tsrun": "^1.2.39",
2022-12-04 16:13:58 +00:00
"@gitzone/tstest": "^1.0.44",
"@pushrocks/tapbundle": "^5.0.3",
2022-12-05 06:57:01 +00:00
"@types/node": "^18.11.10"
2022-12-04 16:13:58 +00:00
},
"dependencies": {
"@pushrocks/smartfile": "^10.0.5"
},
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
2024-04-14 16:37:25 +00:00
],
"keywords": [
"tapbundle",
"filesystem",
"extension",
"typescript",
"testing",
"smartfile"
2024-05-29 12:17:25 +00:00
],
"homepage": "https://code.foss.global/push.rocks/tapbundle-fs",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/tapbundle-fs.git"
}
2024-03-30 20:49:11 +00:00
}