Repository URL to install this package:
|
Version:
0.8.1-dev ▾
|
@supertenant/superconsts
/
package.json
|
|---|
{
"name": "@supertenant/superconsts",
"version": "0.8.1-dev",
"description": "supertenant consts shared across projects",
"author": {
"name": "SuperTenant Ltd.",
"email": "info@supertenant.com"
},
"type": "module",
"main": "lib/index.autogen.cjs",
"module": "lib/index.autogen.mjs",
"exports": {
"import": "./lib/index.autogen.mjs",
"require": "./lib/index.autogen.cjs"
},
"scripts": {
"test-commonjs": "cd dist/${RELEASE:-development} && node tests/commonjs.cjs",
"test-esm": "cd dist/${RELEASE:-development} && node tests/esm.mjs",
"test-development": "RELEASE=development yarn run test-commonjs && RELEASE=development yarn run test-esm",
"test-production": "RELEASE=production yarn run test-commonjs && RELEASE=production yarn run test-esm",
"test": "yarn run test-development && yarn run test-production",
"printversion": "node -p \"require('./package.json').version\"",
"typecheck": "tsc --emitDeclarationOnly false --allowJs --checkJs --noEmit",
"eslint": "eslint .",
"eslint-fix": "eslint --fix .",
"build": "yarn run gulp",
"pack-development": "cd dist/development && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install && yarn pack",
"pack-production": "cd dist/production && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn install && yarn pack",
"pack-all": "yarn run build && yarn run pack-development && yarn run pack-production",
"build-types": "tsc"
},
"keywords": [],
"license": "Elastic-2.0",
"files": [
"lib",
"types",
"tests"
],
"types": "types/index.autogen.d.mts",
"devDependencies": {
"@babel/cli": "^7.21.5",
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@types/node": "^18.14.6",
"eslint": "^8.40.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.27.5",
"fs-extra": "^11.1.1",
"gulp": "^4.0.2",
"gulp-clone": "^2.0.1",
"gulp-debug": "^4.0.0",
"gulp-insert": "^0.5.0",
"gulp-prettier": "^4.0.0",
"gulp-replace": "^1.1.4",
"gulp-strip-comments": "^2.5.2",
"gulp-terser": "^2.1.0",
"plugin-error": "^2.0.1",
"semver": "^7.5.1",
"through2": "^4.0.2",
"typescript": "5.0.4",
"vinyl-sourcemaps-apply": "^0.2.1"
}
}