🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

tsnd

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsnd - npm Package Compare versions

Comparing version

to
1.1.0

{
"name": "tsnd",
"description": "runtime ts cjs & esm module",
"version": "1.0.2",
"scripts": {
"build": "rimraf lib && rollup -c",
"dev": "cross-env BUILD_ENV=DEV rollup -c -w",
"dist": "run-s eslint prettier build",
"eslint": "eslint --fix --ext .ts,.js",
"prettier": "prettier --write \"**/*.{js,ts,json,md}\""
},
"main": "lib/index.js",
"bin": {
"tscjs": "lib/index.js",
"tsnd-cjs": "lib/index.js",
"tsesm": "lib/index.mjs",
"tsnd-esm": "lib/index.mjs"
},
"files": [
"lib",
"typings"
],
"directories": {
"bin": "bin",
"lib": "lib",
"typings": "typings"
},
"dependencies": {
"cross-spawn": "^7.0.3",
"esbuild": "^0.14.0",
"esbuild-node-loader": "^0.6.3",
"esbuild-register": "^3.2.0",
"import-meta-resolve": "^1.1.1",
"js-cool": "^2.3.1"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.6",
"@saqqdy/prettier-config": "^1.1.0",
"@types/cross-spawn": "^6.0.2",
"@types/node": "^16.11.10",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"consola": "^2.15.3",
"cross-env": "^7.0.3",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-sets": "^1.5.3",
"eslint-plugin-tsdoc": "^0.2.14",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.0",
"rimraf": "^3.0.2",
"rollup": "^2.60.1",
"rollup-plugin-esbuild": "^4.7.2",
"rollup-plugin-replace-shebang": "^1.0.0",
"typescript": "^4.5.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saqqdy/tsnd.git"
},
"keywords": [
"tsnd",
"tsnd-cjs",
"tsnd-esm",
"tscjs",
"tsesm",
"ts-runtime",
"typescript-runtime",
"saqqdy",
"tool"
],
"author": "saqqdy<www.saqqdy.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/saqqdy/tsnd/issues"
},
"homepage": "https://www.saqqdy.com/tsnd"
"name": "tsnd",
"description": "runtime ts cjs & esm module",
"version": "1.1.0",
"packageManager": "pnpm@7.7.0",
"bin": {
"tscjs": "./dist/index.js",
"tsnd-cjs": "./dist/index.js",
"tsesm": "./dist/index.mjs",
"tsnd-esm": "./dist/index.mjs"
},
"main": "./dist/index.js",
"files": [
"dist",
"typings"
],
"scripts": {
"build": "rimraf dist && rollup -c",
"dev": "cross-env BUILD_ENV=DEV rollup -c -w",
"dist": "run-s eslint prettier build",
"eslint": "eslint --fix --ext .ts,.js",
"prettier": "prettier --write \"**/*.{js,ts,json,md}\""
},
"directories": {
"bin": "bin",
"dist": "dist",
"typings": "typings"
},
"dependencies": {
"cross-spawn": "^7.0.3",
"esbuild": "^0.14.53",
"esbuild-node-loader": "^0.8.0",
"esbuild-register": "^3.3.3",
"import-meta-resolve": "^2.0.3"
},
"devDependencies": {
"@eslint-sets/eslint-config-simple-ts": "^3.0.4",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/cross-spawn": "^6.0.2",
"@types/node": "^18.6.4",
"consola": "^2.15.3",
"cross-env": "^7.0.3",
"eslint": "^8.21.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"prettier-config-common": "^1.2.1",
"rimraf": "^3.0.2",
"rollup": "^2.77.2",
"rollup-plugin-esbuild": "^4.9.1",
"rollup-plugin-replace-shebang": "^1.1.1",
"typescript": "^4.7.4"
},
"keywords": [
"tsnd",
"tsnd-cjs",
"tsnd-esm",
"tscjs",
"tsesm",
"ts-runtime",
"typescript-runtime",
"saqqdy",
"tool"
],
"license": "MIT",
"author": "saqqdy<www.saqqdy.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/saqqdy/tsnd.git"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@babel/core",
"webpack"
],
"allowedVersions": {
"eslint": "^8.10.0"
}
}
},
"bugs": {
"url": "https://github.com/saqqdy/tsnd/issues"
},
"homepage": "https://www.saqqdy.com/tsnd"
}