portablefinance/package.json
2019-07-07 17:24:30 +02:00

25 lines
635 B
JSON

{
"name": "@financeplus/finplus-interfaces",
"version": "1.0.9",
"private": false,
"description": "an interface package for the financeplus organization",
"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.24",
"@pushrocks/tapbundle": "^3.0.11",
"@types/node": "^12.0.12",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {}
}