You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
1.1 KiB
JSON

{
"name": "@blakeembrey/template",
"version": "1.1.0",
"publishConfig": {
"access": "public"
},
"description": "Fast and simple string template library",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/blakeembrey/js-template.git"
},
"author": {
"name": "Blake Embrey",
"email": "hello@blakeembrey.com",
"url": "http://blakeembrey.me"
},
"homepage": "https://github.com/blakeembrey/js-template",
"bugs": {
"url": "https://github.com/blakeembrey/js-template/issues"
},
"main": "dist/index.js",
"scripts": {
"build": "ts-scripts build",
"format": "ts-scripts format",
"lint": "ts-scripts lint",
"prepare": "ts-scripts install && npm run build",
"specs": "ts-scripts specs",
"test": "ts-scripts test"
},
"files": [
"dist/"
],
"keywords": [
"string",
"template",
"curly",
"bracket"
],
"devDependencies": {
"@borderless/ts-scripts": "^0.8.0",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"typescript": "^4.6.2"
},
"types": "dist/index.d.ts",
"ts-scripts": {
"project": "tsconfig.build.json"
}
}