mirror of
https://github.com/gnu4cn/ts-learnings.git
synced 2024-12-26 21:00:10 +08:00
35 lines
968 B
JSON
35 lines
968 B
JSON
{
|
|
"name": "typescript-learnings",
|
|
"version": "0.1.0",
|
|
"description": "TypeScript Learning stuffs.",
|
|
"main": "/dist/main.js",
|
|
"scripts": {
|
|
"gulp": "gulp &",
|
|
"start": "live-server dist/",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gnu4cn/ts-learnings.git"
|
|
},
|
|
"keywords": [
|
|
"TypeScript"
|
|
],
|
|
"author": "Peng Hailin, unisko@gmail.com",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/gnu4cn/ts-learnings/issues"
|
|
},
|
|
"homepage": "https://github.com/gnu4cn/ts-learnings#readme",
|
|
"devDependencies": {
|
|
"@types/reflect-metadata": "^0.1.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-sourcemaps": "^2.6.1",
|
|
"gulp-typescript": "^5.0.1",
|
|
"gulp-uglify": "^3.0.0",
|
|
"live-server": "^1.2.0",
|
|
"typescript": "^3.6.4"
|
|
},
|
|
"dependencies": {}
|
|
}
|