Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@akashic/game-configuration

Package Overview
Dependencies
Maintainers
5
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@akashic/game-configuration - npm Package Compare versions

Comparing version 1.6.0-beta.0 to 1.6.0

28

package.json
{
"name": "@akashic/game-configuration",
"version": "1.6.0-beta.0",
"version": "1.6.0",
"description": "Type definitions and utilities for game.json, the manifest file for Akashic Engine.",

@@ -63,9 +63,8 @@ "main": "lib/index.js",

"transform": {
"^.+\\.ts$": "ts-jest"
"^.+\\.ts$": [
"ts-jest", {
"tsconfig": "tsconfig.jest.json"
}
]
},
"globals": {
"ts-jest": {
"tsconfig": "tsconfig.jest.json"
}
},
"testMatch": [

@@ -90,3 +89,3 @@ "<rootDir>/src/**/*.spec.ts"

"dependencies": {
"@akashic/pdi-types": "^1.4.0"
"@akashic/pdi-types": "^1.5.0"
},

@@ -97,5 +96,5 @@ "optionalDependencies": {

"devDependencies": {
"@akashic/eslint-config": "^1.1.0",
"@akashic/eslint-config": "^1.1.1",
"@akashic/remark-preset-lint": "^0.1.2",
"@types/jest": "^28.1.5",
"@types/jest": "^29.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.6",

@@ -106,4 +105,4 @@ "deepcopy": "^2.1.0",

"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.5.3",
"jest": "^28.1.2",
"eslint-plugin-jest": "^27.0.0",
"jest": "^29.0.0",
"npm-run-all": "^4.1.5",

@@ -113,9 +112,8 @@ "prettier": "^2.7.1",

"rimraf": "^3.0.2",
"ts-jest": "^28.0.5",
"ts-jest": "^29.0.0",
"typescript": "^4.7.4"
},
"publishConfig": {
"@akashic:registry": "https://registry.npmjs.org/",
"tag": "next"
"@akashic:registry": "https://registry.npmjs.org/"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc