-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "transform-class-properties",
"version": "1.0.0",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"files": [
"lib/"
],
"scripts": {
"tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json"
},
"devDependencies": {
"@types/node": "^14.6.2",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"eslint": "^7.8.1",
"eslint-config-airbnb-typescript": "^9.0.0",
"eslint-plugin-import": "^2.22.0",
"ts-node": "^9.0.0",
"typescript": "^3.9.7"
},
"keywords": [
"class",
"decorators",
"properties",
"transform",
"typescript",
"utils"
],
"author": "Lindomar Oliveira <[email protected]> (https://about.me/lindomar)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/lindomar-oliveira/transform-class-properties.git"
},
"homepage": "https://github.com/lindomar-oliveira/transform-class-properties#readme",
"bugs": {
"url": "https://github.com/lindomar-oliveira/transform-class-properties/issues"
}
}