@shockpkg/ria-packager
Version:
Package for creating Adobe AIR packages
109 lines (108 loc) • 2.9 kB
JSON
{
"name": "@shockpkg/ria-packager",
"description": "Package for creating Adobe AIR packages",
"version": "1.5.1",
"keywords": [
"shockpkg",
"package",
"manager",
"flash",
"swf",
"air"
],
"main": "lib/index",
"exports": {
"./module.mjs": "./module.mjs",
".": [
{
"import": "./lib/index.mjs",
"require": "./lib/index.js",
"default": "./lib/index.js"
},
"./lib/index.js"
]
},
"types": "lib/index.d.ts",
"module": "module.mjs",
"sideEffects": false,
"engines": {
"node": ">=10.13.0"
},
"scripts": {
"shockpkg": "shockpkg",
"clean": "gulp clean",
"lint": "gulp lint",
"build": "gulp build",
"test": "gulp test",
"all": "gulp all",
"watch": "gulp watch",
"prepack": "gulp prepack"
},
"repository": "https://github.com/shockpkg/ria-packager.git",
"bugs": "https://github.com/shockpkg/ria-packager/issues",
"author": "JrMasterModelBuilder",
"copyright": "Copyright (c) 2019-2021 JrMasterModelBuilder",
"license": "MPL-2.0",
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.8",
"@babel/preset-typescript": "^7.14.5",
"@babel/register": "^7.14.5",
"@shockpkg/cli": "^1.7.0",
"@shockpkg/core": "^1.14.0",
"@types/fs-extra": "^9.0.12",
"@types/gulp": "^4.0.9",
"@types/gulp-babel": "^6.1.30",
"@types/gulp-filter": "^3.0.34",
"@types/gulp-insert": "^0.5.8",
"@types/gulp-rename": "^2.0.1",
"@types/gulp-replace": "0.0.31",
"@types/gulp-sourcemaps": "0.0.35",
"@types/jasmine": "^3.8.1",
"@types/node": "^16.4.3",
"@types/node-fetch": "^2.5.12",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"babel-plugin-esm-resolver": "^2.2.0",
"del": "^6.0.0",
"eslint": "^7.31.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsdoc": "^36.0.2",
"execa": "^5.1.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-filter": "^7.0.0",
"gulp-insert": "^0.5.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sourcemaps": "^3.0.0",
"jasmine": "^3.8.0",
"jasmine-core": "^3.8.0",
"jasmine-spec-reporter": "^7.0.0",
"source-map-support": "^0.5.19",
"typescript": "^4.3.5"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@rgba-image/create-image": "^0.1.1",
"@rgba-image/lanczos": "^0.1.0",
"@rgba-image/png": "^0.1.0",
"@shockpkg/archive-files": "^1.11.1",
"@shockpkg/icon-encoder": "^1.3.1",
"@shockpkg/plist-dom": "^2.1.1",
"@types/buffer-crc32": "^0.2.0",
"@types/node-forge": "^0.10.2",
"@types/pngjs": "^6.0.1",
"@types/xmldom": "^0.1.31",
"buffer-crc32": "^0.2.13",
"fs-extra": "^10.0.0",
"node-fetch": "^2.6.1",
"node-forge": "^0.10.0",
"portable-executable-signature": "^1.1.0",
"puka": "^1.0.1",
"resedit": "^1.1.0",
"xmldom": "^0.6.0"
}
}