@narumir/amf
Version:
Action Message Format for nodejs
39 lines (38 loc) • 976 B
JSON
{
"name": "@narumir/amf",
"version": "0.0.1",
"description": "Action Message Format for nodejs",
"main": "build/index.js",
"devDependencies": {
"@babel/cli": "^7.18.9",
"@babel/node": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/preset-typescript": "^7.18.6",
"@types/jest": "^28.1.6",
"@types/node": "^18.0.6",
"babel-plugin-module-resolver": "^4.1.0",
"ts-jest": "^28.0.7",
"typescript": "^4.7.4"
},
"scripts": {
"test": "jest",
"start": "npm run build && node ./build/index.js",
"build": "babel src --out-dir build --extensions '.ts'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/narumir/node-lib.git"
},
"keywords": [
"amf0",
"amf3",
"ActionMessageFormat",
"amf"
],
"author": "narumir",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/narumir/node-lib/issues"
},
"homepage": "https://github.com/narumir/node-lib#readme"
}