UNPKG

@ember/string

Version:

A set of utilities to transform strings

67 lines 1.78 kB
{ "name": "@ember/string", "version": "4.0.1", "description": "A set of utilities to transform strings", "repository": "https://github.com/emberjs/ember-string", "license": "MIT", "author": "", "type": "module", "exports": { ".": { "types": "./declarations/index.d.ts", "default": "./dist/index.js" } }, "typesVersions": { "*": { "*": [ "declarations/*" ] } }, "files": [ "dist", "declarations", "addon-main.cjs" ], "devDependencies": { "@arethetypeswrong/cli": "^0.15.0", "@embroider/addon-dev": "^4.1.0", "@tsconfig/ember": "^3.0.2", "@types/ember__debug": "^4.0.7", "@typescript-eslint/eslint-plugin": "^6.14.0", "@typescript-eslint/parser": "^6.14.0", "concurrently": "^8.2.2", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-ember": "^11.12.0", "eslint-plugin-n": "^16.4.0", "eslint-plugin-prettier": "^5.0.1", "expect-type": "^0.18.0", "prettier": "^3.1.1", "publint": "^0.2.7", "release-plan": "^0.9.0", "typescript": "^5.3.3", "vite": "^5.3.2", "vite-plugin-dts": "^3.9.1" }, "volta": { "node": "20.11.1", "pnpm": "9.4.0" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "scripts": { "build": "vite build", "lint": "pnpm build; concurrently 'npm:lint:*(!fix)' --names 'lint:'", "lint:fix": "concurrently 'npm:lint:*:fix' --names 'fix:'", "lint:js": "eslint . --cache", "lint:js:fix": "eslint . --fix", "lint:package": "publint", "lint:published-types": "pnpm pack; attw; rm *.tgz", "start": "vite build --watch", "test": "cd tests && pnpm test", "test:types": "tsc --noEmit --emitDeclarationOnly false" } }