29 lines
499 B
JSON
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"
|
|
}
|
|
} |