wp0.li/ark/package.json

29 lines
559 B
JSON
Executable File

{
"name": "@andrienko/ark",
"version": "0.0.1",
"description": "A thingie to build typescript files",
"main": "index.js",
"scripts": {
"build": ""
},
"bin": {
"ark": "index.js"
},
"keywords": [
"build",
"tool"
],
"author": "andrienko <evolmate@gmail.com>",
"license": "MIT",
"private": "true",
"dependencies": {
"esbuild": "^0.9.2",
"yargs": "16.2.0",
"del": "^6.0.0",
"npm-run-all": "^4.1.5",
"@esbuild-plugins/node-resolve": "^0.0.14",
"node-npx": "^1.5.0",
"express": "^4.17.1"
}
}