|
1 | 1 | { |
2 | 2 | "name": "babel-remove-types", |
3 | | - "contributors": [ |
4 | | - "Chris Freeman", |
5 | | - "Chris Manson <[email protected]>" |
6 | | - ], |
7 | 3 | "version": "0.0.0", |
8 | | - "license": "MIT", |
9 | | - "repository": { |
10 | | - "type": "git", |
11 | | - "url": "https://github.com/ember-cli/babel-remove-types" |
12 | | - }, |
13 | 4 | "keywords": [ |
14 | 5 | "typescript", |
15 | 6 | "babel", |
16 | 7 | "types" |
17 | 8 | ], |
18 | | - "publishConfig": { |
19 | | - "registry": "https://registry.npmjs.org/" |
| 9 | + "repository": { |
| 10 | + "type": "git", |
| 11 | + "url": "https://github.com/ember-cli/babel-remove-types" |
20 | 12 | }, |
| 13 | + "license": "MIT", |
| 14 | + "contributors": [ |
| 15 | + "Chris Freeman", |
| 16 | + "Chris Manson <[email protected]>" |
| 17 | + ], |
21 | 18 | "main": "dist/cjs/index.js", |
22 | 19 | "module": "dist/esm/index.js", |
23 | 20 | "types": "index.d.ts", |
|
28 | 25 | "src" |
29 | 26 | ], |
30 | 27 | "scripts": { |
31 | | - "ts:cjs": "tsc -p ts/cjs.tsconfig.json", |
32 | | - "ts:esm": "tsc -p ts/esm.tsconfig.json", |
33 | | - "ts:typedefs": "tsc -p ts/types.tsconfig.json && mv defs/* . && rimraf defs", |
34 | | - "ts:all": "pnpm ts:esm && pnpm ts:cjs && pnpm ts:typedefs", |
35 | 28 | "build": "pnpm clean && pnpm ts:all", |
36 | 29 | "clean": "rimraf ./*.d.ts ./*.d.ts.map ./dist", |
37 | 30 | "lint": "eslint src test", |
38 | | - "prepublishOnly": "pnpm test && pnpm build", |
39 | 31 | "prepare": "pnpm build", |
| 32 | + "prepublishOnly": "pnpm test && pnpm build", |
40 | 33 | "postpublish": "pnpm clean", |
41 | | - "release": "release-it", |
42 | 34 | "test": "jest", |
43 | | - "test:watch": "jest --watch" |
| 35 | + "test:watch": "jest --watch", |
| 36 | + "ts:all": "pnpm ts:esm && pnpm ts:cjs && pnpm ts:typedefs", |
| 37 | + "ts:cjs": "tsc -p ts/cjs.tsconfig.json", |
| 38 | + "ts:esm": "tsc -p ts/esm.tsconfig.json", |
| 39 | + "ts:typedefs": "tsc -p ts/types.tsconfig.json && mv defs/* . && rimraf defs" |
| 40 | + }, |
| 41 | + "dependencies": { |
| 42 | + "@babel/core": "^7.16.10", |
| 43 | + "@babel/plugin-syntax-decorators": "^7.16.7", |
| 44 | + "@babel/plugin-transform-typescript": "^7.16.8", |
| 45 | + "prettier": "^2.5.1" |
44 | 46 | }, |
45 | 47 | "devDependencies": { |
46 | 48 | "@types/babel__core": "^7.1.18", |
|
52 | 54 | "eslint-config-prettier": "^8.3.0", |
53 | 55 | "eslint-plugin-prettier": "^4.0.0", |
54 | 56 | "jest": "^27.4.7", |
55 | | - "release-it": "^14.12.4", |
| 57 | + "release-plan": "^0.9.0", |
56 | 58 | "rimraf": "^3.0.2", |
57 | 59 | "ts-jest": "^27.1.3", |
58 | 60 | "typescript": "^4.5.5" |
59 | 61 | }, |
60 | | - "dependencies": { |
61 | | - "@babel/core": "^7.16.10", |
62 | | - "@babel/plugin-syntax-decorators": "^7.16.7", |
63 | | - "@babel/plugin-transform-typescript": "^7.16.8", |
64 | | - "prettier": "^2.5.1" |
65 | | - }, |
66 | | - "release-it": { |
67 | | - "github": true |
68 | | - }, |
69 | | - "packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b" |
| 62 | + "packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b", |
| 63 | + "publishConfig": { |
| 64 | + "registry": "https://registry.npmjs.org/" |
| 65 | + } |
70 | 66 | } |
0 commit comments