helloworldajay
Version:
HelloWorld
42 lines (41 loc) • 1.11 kB
JSON
{
"name": "helloworldajay",
"version": "1.0.5",
"description": "HelloWorld",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"export": "npm run build && node lib/index.js export ./",
"validate": "npm run build && node lib/index.js validate",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "npm run format",
"prepare": "npm run build",
"prepublishOnly": "npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "https://ajayarora-ms.visualstudio.com/ajayarora/_git/HelloWorld"
},
"files": [
"/lib/**/*"
],
"keywords": [
"HelloWorld",
"Ajay"
],
"author": "AjayArora",
"license": "ISC",
"devDependencies": {
"@types/node": "^11.10.5",
"prettier": "^1.16.4",
"tslint": "^5.13.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.3.3333"
},
"dependencies": {}
}