编码+提交
This commit is contained in:
25
package.json
Normal file
25
package.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "ini-decode",
|
||||
"version": "1.0.2",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"types": "typing/index.d.ts",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [
|
||||
"ini",
|
||||
"config",
|
||||
"typescript",
|
||||
"declare",
|
||||
"dts",
|
||||
"parser",
|
||||
"decode",
|
||||
"configuration"
|
||||
],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/node": "^10.12.5"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user