2020-10-09 19:35:46 +02:00
|
|
|
{
|
|
|
|
"name": "test_webview",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"dist": "webpack",
|
|
|
|
"postinstall": "npm run dist"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^14.0.14",
|
|
|
|
"copy-webpack-plugin": "^6.1.0",
|
|
|
|
"ts-loader": "^7.0.5",
|
|
|
|
"typescript": "^3.9.3",
|
|
|
|
"webpack": "^4.43.0",
|
|
|
|
"webpack-cli": "^3.3.11"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-10-18 22:52:10 +02:00
|
|
|
"uslug": "git+https://github.com/laurent22/uslug.git#emoji-support"
|
2020-10-09 19:35:46 +02:00
|
|
|
}
|
|
|
|
}
|