PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/scale-ts
Просмотр файла: package.json
{
"version": "1.6.1",
"repository": {
"type": "git",
"url": "git+https://github.com/unstoppablejs/unstoppablejs.git"
},
"license": "MIT",
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"node": {
"types": "./dist/index.d.ts",
"module": "./dist/scale-ts.js",
"import": "./dist/scale-ts.mjs",
"require": "./dist/index.cjs"
},
"default": "./dist/scale-ts.js"
},
"./package.json": "./package.json"
},
"module": "./dist/scale-ts.js",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "npm run build:ts && npm run build:esm && npm run build:cjs:dev && npm run build:cjs:prod",
"build:esm": "esbuild src/index.ts --bundle --outfile=./dist/scale-ts.js --target=es2020 --format=esm --sourcemap && cp ./dist/scale-ts.js ./dist/scale-ts.mjs && cp ./dist/scale-ts.js.map ./dist/scale-ts.mjs.map",
"build:cjs:dev": "esbuild src/index.ts --bundle --outfile=./dist/scale-ts.cjs.development.js --target=es2020 --format=cjs --sourcemap",
"build:cjs:prod": "esbuild src/index.ts --bundle --outfile=./dist/scale-ts.cjs.production.min.js --target=es2020 --format=cjs --minify --sourcemap",
"build:ts": "tsc -p ./tsconfig-build.json --outDir ./dist --skipLibCheck --emitDeclarationOnly && rm -rf ./dist/internal",
"deno": "node ./to-deno.mjs",
"test": "jest --coverage",
"lint": "prettier --check README.md \"src/**/*.{js,jsx,ts,tsx,json,md}\"",
"format": "prettier --write README.md \"src/**/*.{js,jsx,ts,tsx,json,md}\"",
"prepack": "npm run build"
},
"prettier": {
"printWidth": 80,
"semi": false,
"trailingComma": "all"
},
"name": "scale-ts",
"author": "Josep M Sobrepere (https://github.com/josepot)",
"devDependencies": {
"babylon": "^7.0.0-beta.47",
"recast": "^0.20.5"
}
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!