summaryrefslogtreecommitdiff
path: root/node_modules/rcedit/package.json
diff options
context:
space:
mode:
authorLinuxWizard42 <computerwizard@linuxmail.org>2022-10-12 23:08:57 +0300
committerLinuxWizard42 <computerwizard@linuxmail.org>2022-10-12 23:08:57 +0300
commit726b81b19251674e149ccfbb1abacbd837fc6db0 (patch)
treefbdbb227dc01357eb76e8222d76185bc124c5ca6 /node_modules/rcedit/package.json
parent34f0890e175698940d49238097579f44e4d78c89 (diff)
downloadFlashRunner-726b81b19251674e149ccfbb1abacbd837fc6db0.tar.gz
FlashRunner-726b81b19251674e149ccfbb1abacbd837fc6db0.tar.zst
Removed files that should not have been included in git
Diffstat (limited to 'node_modules/rcedit/package.json')
-rw-r--r--node_modules/rcedit/package.json46
1 files changed, 0 insertions, 46 deletions
diff --git a/node_modules/rcedit/package.json b/node_modules/rcedit/package.json
deleted file mode 100644
index c64638b..0000000
--- a/node_modules/rcedit/package.json
+++ /dev/null
@@ -1,46 +0,0 @@
-{
- "name": "rcedit",
- "version": "3.0.1",
- "description": "Node module to edit resources of exe",
- "main": "lib/rcedit.js",
- "types": "lib/index.d.ts",
- "scripts": {
- "docs:build": "node script/build-docs.js",
- "mocha": "mocha test/*.js",
- "test": "npm run lint && npm run tsd && npm run mocha",
- "lint": "npm run lint:js && npm run lint:ts",
- "lint:js": "standard",
- "lint:ts": "ts-standard",
- "tsd": "tsd"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/electron/node-rcedit.git"
- },
- "bugs": {
- "url": "https://github.com/electron/node-rcedit/issues"
- },
- "license": "MIT",
- "engines": {
- "node": ">= 10.0.0"
- },
- "dependencies": {
- "cross-spawn-windows-exe": "^1.1.0"
- },
- "devDependencies": {
- "@continuous-auth/semantic-release-npm": "^2.0.0",
- "got": "^11.8.0",
- "mocha": "^8.2.1",
- "rcinfo": "^0.1.3",
- "semantic-release": "^17.3.0",
- "standard": "^16.0.3",
- "temp": "^0.9.4",
- "ts-standard": "^10.0.0",
- "tsd": "^0.14.0",
- "typedoc": "^0.20.0-beta.27",
- "typescript": "^4.1.2"
- },
- "tsd": {
- "directory": "test"
- }
-}