mrp-info
Version:
获取斯凯mrp文件的信息和文件内容
35 lines (34 loc) • 596 B
JSON
{
"name": "mrp-info",
"version": "1.0.10",
"description": "",
"main": "dist/index.js",
"types": "typing/index.d.ts",
"directories": {},
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/mrp-lib/mrp-info.git"
},
"keywords": [
"mrp",
"mrpinfo",
"info",
"mtk",
"冒泡",
"斯凯"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/iconv": "^2.1.16",
"@types/node": "^13.7.7",
"ts-node": "^8.6.2",
"typescript": "^3.8.3"
},
"dependencies": {
"iconv": "^2.3.5"
}
}