memiens/package.json
2019-09-09 12:13:59 +02:00

33 lines
715 B
JSON

{
"name": "memiens",
"version": "1.0.3",
"description": "",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"build": "tsc",
"test": "npm run build && mocha",
"prepublishOnly": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CupCakeArmy/memiens.git"
},
"keywords": [],
"author": "Niccolo Bogioli",
"license": "MIT",
"bugs": {
"url": "https://github.com/CupCakeArmy/memiens/issues"
},
"homepage": "https://github.com/CupCakeArmy/memiens#readme",
"dependencies": {
"yaml": "1"
},
"devDependencies": {
"@types/node": "latest",
"@types/yaml": "1",
"mocha": "6",
"typescript": "3.6"
}
}