@specy/risc-v
Version:
The RARS risc-v interpreter in JS
37 lines (36 loc) • 784 B
JSON
{
"name": "@specy/risc-v",
"version": "1.0.8",
"keywords": [
"risc-v",
"rars",
"risc-v-interpreter",
"risc-v-simulator",
"risc-v-assembly",
"java",
"assembly",
"teavm"
],
"description": "The RARS risc-v interpreter in JS",
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts",
"build:all": "cd ../../ && mvn clean install && cd rarsjs/ts && npm run build"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Specy/rars.git"
},
"author": "specy",
"license": "MIT",
"devDependencies": {
"eslint": "^9.19.0",
"tsup": "^8.3.6",
"typescript": "^5.7.3"
}
}