tsnd
Version:
runtime ts cjs & esm module
86 lines (85 loc) • 1.88 kB
JSON
{
"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"
}