initial working version
This commit is contained in:
32
package.json
Normal file
32
package.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "smartyaml",
|
||||
"version": "1.0.0",
|
||||
"description": "handle yaml in smart ways",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"test": "(npmts)"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@gitlab.com/pushrocks/smartyaml.git"
|
||||
},
|
||||
"keywords": [
|
||||
"yaml",
|
||||
"lossless"
|
||||
],
|
||||
"author": "Lossless GmbH",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://gitlab.com/pushrocks/smartyaml/issues"
|
||||
},
|
||||
"homepage": "https://gitlab.com/pushrocks/smartyaml#README",
|
||||
"dependencies": {
|
||||
"@types/js-yaml": "^3.5.30",
|
||||
"js-yaml": "^3.8.4",
|
||||
"typings-global": "^1.0.16"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tapbundle": "^1.0.12"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user