memiens/package.json

33 lines
715 B
JSON
Raw Normal View History

2019-03-09 17:21:36 +00:00
{
"name": "memiens",
2019-09-09 14:23:40 +00:00
"version": "1.0.4",
2019-03-09 17:21:36 +00:00
"description": "",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"build": "tsc",
"test": "npm run build && mocha",
2019-09-09 10:13:59 +00:00
"prepublishOnly": "npm run test"
2019-03-09 17:21:36 +00:00
},
"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": {
2019-09-09 10:10:23 +00:00
"yaml": "1"
2019-03-09 17:21:36 +00:00
},
"devDependencies": {
2019-09-09 10:10:23 +00:00
"@types/node": "latest",
"@types/yaml": "1",
"mocha": "6",
"typescript": "3.6"
2019-03-09 17:21:36 +00:00
}
}