UNPKG

1.12 kBJSONView Raw
1{
2 "name": "@tsdi/annotations",
3 "version": "5.2.12",
4 "description": "Typescript class annotations for ioc, it is a solution for typescript class compile to es5 uglify. for project used tsioc to es5 uglify",
5 "main": "./lib/index.js",
6 "typings": "./lib/index.d.ts",
7 "scripts": {
8 "build": "ts-node -r tsconfig-paths/register taskfile.ts"
9 },
10 "keywords": [
11 "annotations",
12 "IoC",
13 "AOP",
14 "aop",
15 "tsdi",
16 "@tsdi",
17 "tsioc",
18 "ioc",
19 "IoC",
20 "type",
21 "container",
22 "dependency",
23 "injection"
24 ],
25 "author": "houjun",
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/zhouhoujun/tsioc/issues"
29 },
30 "repository": {
31 "type": "git",
32 "url": "https://github.com/zhouhoujun/tsioc.git"
33 },
34 "homepage": "https://github.com/zhouhoujun/tsioc#readme",
35 "dependencies": {
36 "tslib": "^1.10.0",
37 "through2": "^2.0.1",
38 "rollup": "^1.11.3",
39 "rollup-pluginutils": "^2.6.0",
40 "typescript": "^3.5.3"
41 },
42 "directories": {
43 "lib": "lib",
44 "test": "test"
45 },
46 "devDependencies": {}
47}
\No newline at end of file