mirror of
https://github.com/tlsnotary/tlsn-js.git
synced 2026-01-09 20:47:55 -05:00
34 lines
915 B
JSON
34 lines
915 B
JSON
{
|
|
"name": "tlsn-js",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build:test": "webpack --config webpack.test.config.js",
|
|
"test": "webpack-dev-server --config webpack.test.config.js --hot"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "^17.0.0",
|
|
"concurrently": "^5.1.0",
|
|
"constants-browserify": "^1.0.0",
|
|
"copy-webpack-plugin": "^5.0.5",
|
|
"crypto-browserify": "^3.12.0",
|
|
"eslint": "^5.16.0",
|
|
"file-loader": "^5.0.2",
|
|
"html-webpack-plugin": "~5.3.2",
|
|
"https-browserify": "^1.0.0",
|
|
"image-webpack-loader": "^6.0.0",
|
|
"node-loader": "^0.6.0",
|
|
"process": "^0.11.10",
|
|
"stream-browserify": "^3.0.0",
|
|
"ts-loader": "^6.2.1",
|
|
"typescript": "^4.9.3",
|
|
"webpack": "^5.75.0",
|
|
"webpack-cli": "^5.0.0",
|
|
"webpack-dev-server": "^4.11.1",
|
|
"webpack-node-externals": "^3.0.0"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|