ModelHandle/package.json
2021-04-01 18:19:10 +02:00

25 lines
626 B
JSON

{
"name": "online-3d-viewer",
"description": "Online 3D Viewer",
"version": "0.7.5",
"repository": "github:kovacsv/Online3DViewer",
"license": "MIT",
"devDependencies": {
"google-closure-compiler": "^20210302.0.0",
"jshint": "^2.12.0",
"mocha": "^8.3.2",
"rewire": "^5.0.0",
"svgo": "^2.2.2",
"nyc": "^15.1.0",
"codecov": "^3.8.1"
},
"scripts": {
"test": "mocha test",
"coverage": "nyc mocha test",
"codecov": "nyc --reporter=lcov mocha test && codecov",
"build": "python tools/create_package.py",
"update": "python tools/update_includes.py",
"svg": "python tools/optimize_svg_files.py"
}
}