mirror of
https://github.com/whscullin/apple1js.git
synced 2024-11-22 04:33:34 +00:00
e4b0144e78
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.0.0 to 1.3.0. - [Release notes](https://github.com/digitalbazaar/forge/releases) - [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md) - [Commits](https://github.com/digitalbazaar/forge/compare/v1.0.0...v1.3.0) --- updated-dependencies: - dependency-name: node-forge dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
44 lines
1008 B
JSON
44 lines
1008 B
JSON
{
|
|
"name": "apple1js",
|
|
"version": "0.0.1",
|
|
"description": "An Apple 1 Emulator in Javascript",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "webpack --mode=production",
|
|
"dev": "webpack-dev-server",
|
|
"lint": "eslint js",
|
|
"start": "webpack-dev-server",
|
|
"test": "jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/whscullin/apple1js"
|
|
},
|
|
"keywords": [
|
|
"Apple 1",
|
|
"Emulator",
|
|
"Javascript"
|
|
],
|
|
"author": "Will Scullin",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/whscullin/apple1js/issues"
|
|
},
|
|
"homepage": "https://github.com/whscullin/apple1js#readme",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.4.0",
|
|
"@babel/preset-env": "^7.4.2",
|
|
"ajv": "^6.9.2",
|
|
"babel-jest": "^26.3.0",
|
|
"eslint": "^8.3.0",
|
|
"jest": "^27.3.1",
|
|
"node-forge": "^1.3.0",
|
|
"webpack": "^5.64.4",
|
|
"webpack-cli": "^4.9.1",
|
|
"webpack-dev-server": "^4.6.0"
|
|
},
|
|
"dependencies": {
|
|
"micromodal": "^0.4.9"
|
|
}
|
|
}
|