Files
OverlayScrollbars/local/browser-testing/package.json
T
2022-07-30 20:43:46 +02:00

11 lines
205 B
JSON

{
"private": true,
"name": "browser-testing",
"version": "0.0.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"postinstall": "tsc --project ./tsconfig.json"
}
}