UNPKG

@shockpkg/core

Version:
80 lines (79 loc) 2.03 kB
{ "name": "@shockpkg/core", "description": "shockpkg core", "version": "1.7.0", "keywords": [ "shockpkg", "package", "manager", "flash", "shockwave", "player", "air", "sdk" ], "main": "lib/index", "types": "lib/index.d.ts", "engines": { "node": ">=10.0.0" }, "scripts": { "clean": "gulp clean", "lint": "gulp lint", "build": "gulp build", "test": "gulp test", "all": "gulp all", "watch": "nodemon --exec 'gulp watched'", "prepack": "gulp prepack" }, "repository": "https://github.com/shockpkg/core.git", "bugs": "https://github.com/shockpkg/core/issues", "author": "JrMasterModelBuilder", "copyright": "Copyright (c) 2018-2019 JrMasterModelBuilder", "license": "MPL-2.0", "devDependencies": { "@babel/core": "^7.4.4", "@babel/plugin-proposal-class-properties": "^7.4.4", "@babel/plugin-proposal-decorators": "^7.4.4", "@babel/plugin-transform-runtime": "^7.4.4", "@babel/preset-env": "^7.4.4", "@babel/preset-typescript": "^7.3.3", "@babel/register": "^7.4.4", "@types/express": "^4.16.1", "@types/jasmine": "^3.3.12", "@types/node": "^12.0.0", "@types/source-map-support": "^0.5.0", "@types/yauzl": "^2.9.1", "babel-plugin-esm-resolver": "^1.2.0", "del": "^5.0.0", "eslint": "^6.0.1", "execa": "^2.0.3", "express": "^4.16.4", "gulp": "^4.0.1", "gulp-babel": "^8.0.0", "gulp-filter": "^6.0.0", "gulp-insert": "^0.5.0", "gulp-rename": "^1.4.0", "gulp-replace": "^1.0.0", "gulp-sourcemaps": "^2.6.5", "jasmine": "^3.4.0", "jasmine-core": "^3.4.0", "jasmine-spec-reporter": "^4.2.1", "nodemon": "^1.19.0", "source-map-support": "^0.5.12", "tslint": "^5.16.0", "tslint-consistent-codestyle": "^1.15.1", "tslint-eslint-rules": "^5.4.0", "typescript": "^3.4.5" }, "dependencies": { "@babel/runtime": "^7.4.4", "@types/fs-extra": "^8.0.0", "@types/proper-lockfile": "^4.1.0", "@types/request": "^2.48.2", "fs-extra": "^8.1.0", "proper-lockfile": "^4.1.1", "request": "^2.88.0", "yauzl": "^2.10.0" } }