intentful
Version:
Create Custom Skills with less headache
75 lines (74 loc) • 2.17 kB
JSON
{
"name": "intentful",
"version": "0.0.4",
"description": "Create Custom Skills with less headache",
"main": "index.js",
"types": "index.d.ts",
"devDependencies": {
"@types/aws-lambda": "^8.10.109",
"@types/crypto-js": "^4.1.1",
"@types/jest": "^29.2.5",
"@types/uuid": "9.0.1",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"ask-sdk": "^2.12.1",
"ask-sdk-dynamodb-persistence-adapter": "^2.12.1",
"ask-smapi-model": "^1.23.0",
"ask-smapi-sdk": "^1.3.0",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.4",
"jest": "^29.3.1",
"prettier": "2.8.2",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
},
"scripts": {
"clean": "rm -rf dist apl skill apla index.d.ts index.js types.d.ts types.js build node_modules",
"test": "npx jest --coverage",
"prepublishOnly": "npm run release && npm run lint",
"fix": "prettier --write \"{lib,__tests__}/**/*.{ts,tsx}\" && eslint --fix \"{lib,__tests__}/**/*.{ts,tsx}\"",
"lint": "prettier --check \"{lib,__tests__}/**/*.{ts,tsx}\" && eslint \"{lib,__tests__}/**/*.{ts,tsx}\"",
"release": "npm run test && tsc",
"noop": "echo no-op",
"updatesnapshot": "npx jest --updateSnapshot"
},
"dependencies": {
"crypto-js": "^4.1.1",
"uuid": "^9.0.0"
},
"peerDependencies": {
"ask-sdk-core": "^2.12.1",
"ask-sdk-dynamodb-persistence-adapter": "^2.12.1",
"ask-sdk-model": "^1.42.0",
"aws-sdk": "^2.1313.0",
"ask-sdk": "^2.12.1"
},
"prettier": {
"jsxBracketSameLine": true,
"jsxSingleQuote": true,
"printWidth": 140,
"singleQuote": true,
"trailingComma": "none",
"semi": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/VTJamie/Speechless.git"
},
"keywords": [
"alexa",
"apl",
"apla",
"custom",
"skill",
"build"
],
"author": "Jamieson Abbott",
"license": "ISC",
"bugs": {
"url": "https://github.com/VTJamie/Speechless/issues"
},
"homepage": "https://github.com/VTJamie/Speechless#readme"
}