smartcrypto/package.json

39 lines
850 B
JSON
Raw Normal View History

2019-10-01 12:11:20 +00:00
{
"name": "@pushrocks/smartcrypto",
2021-02-20 17:51:31 +00:00
"version": "1.0.10",
2019-10-01 12:11:20 +00:00
"private": false,
"description": "easy crypto methods",
2021-02-20 17:51:30 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2019-10-01 12:11:20 +00:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
2021-02-20 17:51:30 +00:00
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
2019-10-01 12:11:20 +00:00
},
"devDependencies": {
2021-02-20 17:51:30 +00:00
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tstest": "^1.0.52",
"@pushrocks/tapbundle": "^3.2.14",
"@types/node": "^14.14.31",
"tslint": "^6.1.3",
2019-10-01 12:11:20 +00:00
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
2021-02-20 17:51:30 +00:00
"@pushrocks/smartpromise": "^3.1.3",
"@types/node-forge": "^0.9.7",
"node-forge": "^0.10.0"
2019-10-01 17:28:50 +00:00
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"dist_ts_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-10-01 17:28:50 +00:00
}