mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-25 13:00:04 +00:00
5c8442f7fc
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>
26 lines
650 B
JSON
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"
|
|
}
|
|
}
|