SPIRV-Tools/tools/sva/package.json
dependabot[bot] 5c8442f7fc
build(deps-dev): bump rollup from 3.23.0 to 3.29.5 in /tools/sva (#5826)
Bumps [rollup](https://github.com/rollup/rollup) from 3.23.0 to 3.29.5.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.23.0...v3.29.5)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-26 13:45:37 -04:00

26 lines
650 B
JSON

{
"name": "sva",
"version": "0.1.0",
"description": "SPIR-V Assembler",
"main": "index.js",
"author": "dan sinclair <dsinclair@google.com>",
"license": "Apache-2.0",
"private": true,
"scripts": {
"sva": "node -r esm bin/sva.js",
"lint": "eslint --fix --ext .js .",
"test": "mocha --require esm src/**/*_test.js",
"watch": "mocha --require esm --watch --watch-extension js \"src/**/*_test.js\"",
"serve": "serve",
"bundle": "rollup -c"
},
"devDependencies": {
"chai": "^4.3.7",
"eslint": "^8.41.0",
"esm": "^3.2.25",
"mocha": "^10.2.0",
"rollup": "^3.29.5",
"serve": "^14.2.0"
}
}