forked from FlatAssembler/PicoBlaze_Simulator_in_JS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 920 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "picoblaze-simulator-js",
"version": "3.0.0",
"description": "A PicoBlaze simulator in JS",
"main": "app.js",
"scripts": {
"test": "jest --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FlatAssembler/PicoBlaze_Simulator_in_JS.git"
},
"keywords": [
"picoblaze",
"githubpages"
],
"author": "FlatAssembler",
"license": "MIT",
"bugs": {
"url": "https://github.com/FlatAssembler/PicoBlaze_Simulator_in_JS/issues"
},
"homepage": "https://github.com/FlatAssembler/PicoBlaze_Simulator_in_JS#readme",
"engines": {
"npm": ">=8.0.0",
"node": ">=16.0.0"
},
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"babel-jest": "^29.6.3",
"babel-plugin-export-toplevel": "^1.0.0",
"babel-plugin-rewire": "^1.2.0",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.3"
}
}