1
Showing
.gitignore
0 → 100644
dist/cache.d.ts
0 → 100644
dist/cache.js
0 → 100644
dist/index.d.ts
0 → 100644
dist/index.js
0 → 100644
gulpfile.js
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "teddi-tb", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"build": "tsc", | ||
"doc": "gulp build", | ||
"watch": "gulp watch", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@gitlab2.dui88.com:wildfirecode13/teddi-tb.git" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"teddi": "git+ssh://git@gitlab2.dui88.com:wanghongyuan/teddi.git" | ||
}, | ||
"devDependencies": { | ||
"browser-sync": "^2.26.13", | ||
"gulp": "^4.0.2", | ||
"gulp-typedoc": "^2.2.5", | ||
"typedoc": "^0.19.2", | ||
"typescript": "^4.0.5" | ||
} | ||
} |
src/cache.ts
0 → 100644
src/env.d.ts
0 → 100644
src/index.ts
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment