smartpath/package.json

52 lines
1.1 KiB
JSON
Raw Normal View History

2015-09-25 21:05:25 +00:00
{
2023-07-10 08:17:16 +00:00
"name": "@push.rocks/smartpath",
2023-07-12 08:01:46 +00:00
"version": "5.0.11",
2018-07-21 21:26:11 +00:00
"private": false,
2015-09-25 21:05:25 +00:00
"description": "offers smart ways to handle paths",
2020-04-13 17:30:49 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2022-03-14 12:26:48 +00:00
"type": "module",
2015-09-25 21:05:25 +00:00
"scripts": {
2020-04-13 17:30:49 +00:00
"test": "(tstest test)",
2023-07-12 08:01:45 +00:00
"build": "(tsbuild --allowimplicitany)",
2023-07-11 22:39:53 +00:00
"buildDocs": "tsdoc"
2015-09-25 21:05:25 +00:00
},
"repository": {
"type": "git",
"url": "https://github.com/pushrocks/smartpath.git"
},
"keywords": [
"json",
"jade",
"template"
],
"author": "Lossless GmbH <office@lossless.com> (https://lossless.com)",
2015-09-25 21:05:25 +00:00
"license": "MIT",
"bugs": {
"url": "https://github.com/pushrocks/smartpath/issues"
},
"homepage": "https://github.com/pushrocks/smartpath",
2016-03-12 07:24:05 +00:00
"devDependencies": {
2023-07-12 08:01:45 +00:00
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsrun": "^1.2.42",
"@gitzone/tstest": "^1.0.74",
"@pushrocks/tapbundle": "^5.0.8",
"@types/node": "^20.4.1"
2020-04-13 17:30:49 +00:00
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
2022-03-14 12:26:48 +00:00
],
"browserslist": [
"last 1 chrome versions"
2020-04-13 17:30:49 +00:00
]
2023-07-11 22:39:53 +00:00
}