UNPKG

1.78 kBJSONView Raw
1{
2 "name": "@ember/string",
3 "version": "4.0.0",
4 "description": "A set of utilities to transform strings",
5 "repository": "https://github.com/emberjs/ember-string",
6 "license": "MIT",
7 "author": "",
8 "type": "module",
9 "exports": {
10 ".": {
11 "types": "./declarations/index.d.ts",
12 "default": "./dist/index.js"
13 }
14 },
15 "typesVersions": {
16 "*": {
17 "*": [
18 "declarations/*"
19 ]
20 }
21 },
22 "files": [
23 "dist",
24 "declarations",
25 "addon-main.cjs"
26 ],
27 "devDependencies": {
28 "@arethetypeswrong/cli": "^0.15.0",
29 "@embroider/addon-dev": "^4.1.0",
30 "@tsconfig/ember": "^3.0.2",
31 "@types/ember__debug": "^4.0.7",
32 "@typescript-eslint/eslint-plugin": "^6.14.0",
33 "@typescript-eslint/parser": "^6.14.0",
34 "concurrently": "^8.2.2",
35 "eslint": "^8.56.0",
36 "eslint-config-prettier": "^9.1.0",
37 "eslint-plugin-ember": "^11.12.0",
38 "eslint-plugin-n": "^16.4.0",
39 "eslint-plugin-prettier": "^5.0.1",
40 "expect-type": "^0.18.0",
41 "prettier": "^3.1.1",
42 "publint": "^0.2.7",
43 "release-plan": "^0.9.0",
44 "typescript": "^5.3.3",
45 "vite": "^5.3.2",
46 "vite-plugin-dts": "^3.9.1"
47 },
48 "volta": {
49 "node": "20.11.1",
50 "pnpm": "9.4.0"
51 },
52 "publishConfig": {
53 "registry": "https://registry.npmjs.org"
54 },
55 "scripts": {
56 "build": "vite build",
57 "lint": "pnpm build; concurrently 'npm:lint:*(!fix)' --names 'lint:'",
58 "lint:fix": "concurrently 'npm:lint:*:fix' --names 'fix:'",
59 "lint:js": "eslint . --cache",
60 "lint:js:fix": "eslint . --fix",
61 "lint:package": "publint",
62 "lint:published-types": "pnpm pack; attw; rm *.tgz",
63 "start": "vite build --watch",
64 "test": "cd tests && pnpm test",
65 "test:types": "tsc --noEmit --emitDeclarationOnly false"
66 }
67}
\No newline at end of file