{
"name": "@es2panda/bindings",
"version": "1.0.0",
"description": "",
"devDependencies": {
"@tsconfig/recommended": "1.0.10",
"@types/jest": "29.5.12",
"@types/node": "18.0.0",
"jest": "29.7.0",
"jest-diff": "latest",
"json5": "2.2.3",
"prettier": "latest",
"rimraf": "6.0.1",
"ts-jest": "29.1.1",
"typescript": "4.9.5",
"node-api-headers": "0.0.5"
},
"main": "dist/index.js",
"scripts": {
"test:clean": "rimraf dist dist-test",
"test:compile": "tsc --build --verbose test/tsconfig.json",
"test:build": "npm run test:clean && npm run test:compile",
"test:update": "npm run test:build && node dist-test/test/run_tests.js ./test --update",
"compile": "tsc --build --verbose tsconfig.json",
"clean": "rimraf dist tsconfig.tsbuildinfo package-lock.json",
"run": "npm run clean && npm run compile",
"format": "npx prettier --write .",
"ut_test": "npm run test:build && jest test/ut",
"test": "npm run test:build && jest test/e2e",
"test_skip_ui": "export SKIP_UI_PLUGINS=true && npm run test",
"build": "npm run clean && tsc"
},
"author": "",
"license": "ISC",
"dependencies": {}
}