1 Star 1 Fork 0

ChangXiaoxin/fc-emulator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.74 KB
一键复制 编辑 原始数据 按行查看 历史
ChangXiaoxin 提交于 2024-12-08 14:21 +08:00 . Add ppu rendering sprites.
{
"name": "fc-emulator",
"displayName": "FC Emulator",
"description": "A FC emulator in VS Code.",
"version": "0.0.1",
"engines": {
"vscode": "^1.95.0"
},
"categories": [
"Other"
],
"activationEvents": [
"fc-emulator.RunFCEmulator"
],
"main": "./dist/extension.js",
"contributes": {
"commands": [
{
"command": "fc-emulator.RunFCEmulator",
"title": "Run FC Emulator"
},
{
"command": "fc-emulator.pause",
"title": "FC Emulator: Pause/Resume"
},
{
"command": "fc-emulator.step",
"title": "FC Emulator: Step"
},
{
"command": "fc-emulator.movePalettes",
"title": "FC Emulator: Move Used Pattern"
}
]
},
"scripts": {
"vscode:prepublish": "npm run package",
"compile": "npm run check-types && npm run lint && node esbuild.js",
"watch": "npm-run-all -p watch:*",
"watch:esbuild": "node esbuild.js --watch",
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
"package": "npm run check-types && npm run lint && node esbuild.js --production",
"compile-tests": "tsc -p . --outDir out",
"watch-tests": "tsc -p . -w --outDir out",
"pretest": "npm run compile-tests && npm run compile && npm run lint",
"check-types": "tsc --noEmit",
"lint": "eslint src",
"test": "vscode-test"
},
"devDependencies": {
"@types/vscode": "^1.95.0",
"@types/mocha": "^10.0.9",
"@types/node": "20.x",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.7.0",
"eslint": "^9.13.0",
"esbuild": "^0.24.0",
"npm-run-all": "^4.1.5",
"typescript": "^5.6.3",
"@vscode/test-cli": "^0.0.10",
"@vscode/test-electron": "^2.4.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/changxiaoxin/fc-emulator.git
git@gitee.com:changxiaoxin/fc-emulator.git
changxiaoxin
fc-emulator
fc-emulator
master

搜索帮助