ora/package.json

40 lines
890 B
JSON
Raw Permalink Normal View History

2020-06-20 13:56:04 +00:00
{
"name": "@mojoio/ora",
2020-06-22 13:49:55 +00:00
"version": "1.0.9",
2020-06-20 13:56:04 +00:00
"private": false,
"description": "an api abstraction package for ora.pm",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
2020-06-20 13:58:24 +00:00
"build": "(tsbuild --web)",
2020-06-20 13:56:04 +00:00
"format": "(gitzone format)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tstest": "^1.0.15",
2020-06-21 16:06:11 +00:00
"@pushrocks/qenv": "^4.0.10",
2020-06-20 13:56:04 +00:00
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.11.7",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
},
2020-06-21 16:06:11 +00:00
"dependencies": {
"@pushrocks/smartrequest": "^1.1.47"
},
2020-06-20 13:56:04 +00:00
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2020-06-21 18:41:05 +00:00
}