letterxpress/package.json

42 lines
1004 B
JSON
Raw Normal View History

2019-11-13 16:21:52 +00:00
{
"name": "@mojoio/letterxpress",
2019-11-22 16:13:49 +00:00
"version": "1.0.11",
2019-11-13 16:21:52 +00:00
"private": false,
"description": "an unofficial API package for the letterxpress API",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web)",
2019-11-13 16:21:52 +00:00
"format": "(gitzone format)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/qenv": "^4.0.6",
2019-11-21 14:01:41 +00:00
"@pushrocks/tapbundle": "^3.2.0",
"@types/node": "^12.12.11",
2019-11-13 16:21:52 +00:00
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
},
2019-11-16 16:54:45 +00:00
"dependencies": {
2019-11-22 14:02:56 +00:00
"@pushrocks/smarthash": "^2.1.1",
"@pushrocks/smartletter": "^1.0.16",
"@pushrocks/smartrequest": "^1.1.43",
2019-11-21 14:01:41 +00:00
"@pushrocks/smartrx": "^2.0.5"
2019-11-16 16:54:45 +00:00
},
2019-11-13 16:21:52 +00:00
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_web/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-11-18 16:18:59 +00:00
}