portablefinance/package.json

39 lines
876 B
JSON
Raw Normal View History

2019-05-23 15:37:13 +00:00
{
"name": "@financeplus/finplus-interfaces",
2021-04-16 20:28:50 +00:00
"version": "1.0.15",
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": [
2021-04-15 01:06:42 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
2019-07-07 16:10:57 +00:00
"cli.js",
"npmextra.json",
"readme.md"
2021-04-15 01:06:42 +00:00
],
"browserslist": [
"last 1 chrome versions"
2019-07-07 16:10:57 +00:00
]
2021-04-15 01:06:42 +00:00
}