smartcheck/package.json

26 lines
633 B
JSON
Raw Normal View History

2015-11-28 21:20:24 +00:00
{
2023-07-10 00:42:32 +00:00
"name": "@push.rocks/smartcheck",
2019-03-02 22:10:33 +00:00
"version": "1.0.2",
2019-03-02 22:10:32 +00:00
"private": false,
"description": "easy checks for web and services",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
2015-11-28 21:20:24 +00:00
"scripts": {
2019-03-02 22:10:32 +00:00
"test": "(tstest test/)",
"build": "(tsbuild)",
"format": "(gitzone format)"
2015-11-28 21:20:24 +00:00
},
2019-03-02 22:10:32 +00:00
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.11.7",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
2015-11-28 21:20:24 +00:00
},
"dependencies": {
2019-03-02 22:10:32 +00:00
"puppeteer": "^1.12.2"
2015-11-28 21:20:24 +00:00
}
2023-07-10 00:42:32 +00:00
}