portablefinance/package.json

34 lines
765 B
JSON
Raw Normal View History

2019-05-23 15:37:13 +00:00
{
"name": "@financeplus/finplus-interfaces",
2021-04-15 00:59:57 +00:00
"version": "1.0.12",
2019-05-23 15:37:13 +00:00
"private": false,
"description": "an interface package for the financeplus organization",
2021-04-15 01:06:14 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2019-05-23 15:37:13 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
2021-04-15 01:06:14 +00:00
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
2019-05-23 15:37:13 +00:00
},
"devDependencies": {
2021-04-15 01:06:14 +00:00
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tstest": "^1.0.52",
"@pushrocks/tapbundle": "^3.2.14",
"@types/node": "^14.14.39",
"tslint": "^6.1.3",
2019-05-23 15:37:13 +00:00
"tslint-config-prettier": "^1.15.0"
},
2019-07-07 16:10:57 +00:00
"dependencies": {},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-07-07 16:10:57 +00:00
}