smartparcel/package.json
2024-05-29 14:15:16 +02:00

56 lines
1.3 KiB
JSON

{
"name": "@push.rocks/smartparcel",
"version": "1.0.13",
"private": false,
"description": "A wrapper for Parcel to simplify its usage in Node.js projects.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.29",
"@gitzone/tstest": "^1.0.64",
"@pushrocks/tapbundle": "^4.0.8",
"@types/node": "^17.0.21",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
"@parcel/config-default": "^2.3.2",
"@parcel/core": "^2.3.2",
"@pushrocks/smartpath": "^4.0.3"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"browserslist": [
"last 1 chrome versions"
],
"keywords": [
"parcel",
"wrapper",
"typescript",
"build tool",
"package bundling",
"web development",
"node.js"
],
"homepage": "https://code.foss.global/push.rocks/smartparcel",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartparcel.git"
}
}