@yanshouwang/core
Version:
Core Lib of TypeScript
34 lines (33 loc) • 714 B
JSON
{
"name": "@yanshouwang/core",
"version": "1.0.1",
"description": "Core Lib of TypeScript",
"main": "dist/core.js",
"types": "dist/core.d.ts",
"scripts": {
"test": "nyc --reporter=text --reporter=html mocha",
"build": "tsc --build",
"clean": "tsc --build --clean"
},
"keywords": [
"Core",
"Codec",
"ASCII",
"UTF-8"
],
"repository": {
"type": "git",
"url": "https://github.com/yanshouwang/Core.TS.git"
},
"author": "iDotNET",
"license": "MIT",
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"chai": "^4.2.0",
"mocha": "^7.1.2",
"nyc": "^15.0.1",
"ts-node": "^8.10.1",
"typescript": "^3.8.3"
}
}