This repository has been archived on 2024-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
parcel-plugin-wrapper/package.json

26 lines
637 B
JSON

{
"name": "@push.rocks/parcel-plugin-wrapper",
"version": "1.0.5",
"private": false,
"description": "a wrapper for parcel",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)",
"format": "(gitzone format)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.11.7",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
"@gitzone/tsrun": "^1.1.17"
}
}