{
"name": "@finos/perspective-cpp",
"private": true,
"author": "The Perspective Authors",
"license": "Apache-2.0",
"version": "3.7.0",
"main": "./dist/esm/perspective.cpp.js",
"files": [
"dist/esm/**/*",
"dist/cjs/**/*"
],
"scripts": {
"build": "node ../../tools/perspective-scripts/run_emsdk.mjs node ./build.js",
"clean": "rimraf dist"
}
}