Files
ini-decode/package.json
2018-11-13 00:12:20 +08:00

29 lines
499 B
JSON

{
"name": "ini-decode",
"version": "1.0.8",
"description": "",
"main": "dist/index.js",
"types": "typing/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "gitlab",
"url": "http://git.iemmp.com/yizhi/ini-decode.git"
},
"keywords": [
"ini",
"config",
"typescript",
"declare",
"dts",
"parser",
"decode",
"configuration"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^10.12.5"
}
}